Contributors
Rishabh Singh / @stalwart201
$ sudo yum install git-all
$ sudo apt-get install git-all
git init
git clone "url"
git branch {branch name}
git checkout {branch name}
git add {filename}
git commit -m “Commit message”
git merge origin/master
git push {remote_name} {repo_name}
- $ git help <verb>
- $ git <verb> --help
- $ man git-<verb>