Git Commands: Difference between revisions
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
=Local Repository Information= | =Local Repository Information= | ||
* [[git config]] | |||
* [[git log]] | * [[git log]] | ||
* [[git tag]] | * [[git tag]] | ||
Line 21: | Line 22: | ||
* [[git rev-parse]] | * [[git rev-parse]] | ||
* [[git diff]] | * [[git diff]] | ||
* [[git symbolic-ref]] | |||
* [[git status]] | |||
* [[git check-ingore]] | |||
=Local Repository Manipulation= | =Local Repository Manipulation= | ||
Line 32: | Line 36: | ||
* [[git apply]] | * [[git apply]] | ||
* [[git cherry-pick]] | * [[git cherry-pick]] | ||
* [[git rm]] | |||
* [[git add]] | |||
* [[git switch]] | |||
==Low-Level Repository Operations== | ==Low-Level Repository Operations== |
Latest revision as of 02:29, 25 July 2023
Internal
Configuration Commands
Local Repository Information
- git config
- 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
- git check-ingore
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