Git reference Page

Git Reference



{{navbar github}}

The Git Reference site was put together by the GitHub team.

https://web.archive.org/web/20170607064024/http://gitref.org/



Getting Git Projects and Creating Git Projects

* git init
* git clone

Basic Git Snapshotting

* git add
* git status
* git diff
* git commit
* git reset
* git rm, git mv
* git stash


git branching and git merging

* git branch
* git checkout
* git merge
* git log
* git tag


git sharing and git updating projects

* git remote
* git fetch, git pull
* git push


git inspection and git comparison

* git log
* git diff


gitref.org now redirects to https://services.github.com services.github.com





{{navbar bottom}}