Git Commands: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(23 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 14: Line 15:
* [[git bisect]]
* [[git bisect]]
* [[git cat-file]]
* [[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=
=Local Repository Manipulation=
Line 21: Line 32:
* [[git tag]]
* [[git tag]]
* [[git reset]]
* [[git reset]]
* [[git update-index]]
* [[git clean]]
* [[git apply]]
* [[git cherry-pick]]
* [[git rm]]
* [[git add]]
* [[git switch]]


==Low-Level Repository Operations==
==Low-Level Repository Operations==
Line 31: Line 49:
* [[git branch]]
* [[git branch]]
* [[git merge]]
* [[git merge]]
* [[git rebase]]


=Remote Repository Interaction=
=Remote Repository Interaction=
Line 39: Line 58:
* [[git push]]
* [[git push]]
* [[git pull]]
* [[git pull]]
=Local Work Area Interaction=
* [[git stash]]

Latest revision as of 02:29, 25 July 2023