Git is the most popular version control system for tracking changes in source code. The original author of git is Linus Torvalds who is also the creator of Linux. All you need in order to follow along is a git terminal or a bash shell with git installed.
Table of contents
IntroductionPrerequisitesGit ConfigurationInitializing a projectCurrent statusAdd a file to the staging areaRemoving filesDiscard changes for a fileCommit to localList branchesFetch changes from remote and merge the current branch with upstreamCreate a new branchPush local changes to remoteDelete a branchSwitch to a new branch8 Comments
Sort: