You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of the Git vcs in c++ in attempt to understand how Git works internally.
Inspired By Peepcode's Git Internals and Build Your Own Git.