Git stash
Git stash Stashing your work Re-applying your stashed changes Stashing untracked or ignored files Multiple Stashes Viewing stash diffs Partia…
Git stash Stashing your work Re-applying your stashed changes Stashing untracked or ignored files Multiple Stashes Viewing stash diffs Partia…
Git commit Definition How it works Common options Saving changes with a commit How to update (amend) a commit Git commit vs SVN commit Snaps…
Git add Working principles Staging area Common options Examples of git add Interactive mode Editing patches Description The git a…
Introduction The classic expression of "saving" is similar to the Git term "committing". Git committing is an operation th…
Git alias Description A git alias , also known as a shortcut, creates short commands mapping the longer ones. It demands fewer keystrokes…
Git config The git config levels and files How to write a value The git config usage The git config editor - core.editor Merge tools …