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 14: Line 14:
* [[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 31:
* [[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 30: Line 47:


* [[git branch]]
* [[git branch]]
* [[git merge]]
* [[git rebase]]


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

Revision as of 07:01, 6 September 2021