Notes on Source Control with GIT
The Basics of Using Git Understanding the Git File System Dictionary Description commit_editmsg Plain file with commit messages HEAD Contains reference to current branch config Configuration information about our repository description Contains name of the repository hooks Contains scripts that you can add to setup some automation tasks index Keeps tracks of files in the … Read more