Git Commands
Jump to navigation
Jump to search
Internal
Configuration Commands
Local Repository Information
- git log
- git tag
- git blame
- git bisect
- git cat-file
- git show-ref
- git ls-files
- git merge-base
- git reflog
- git rev-list
- git rev-parse
- git diff
- git symbolic-ref
- git status
Local Repository Manipulation
- git checkout
- git commit
- git tag
- git reset
- git update-index
- git clean
- git apply
- git cherry-pick
- git rm
- git add
- git switch