July 2018
Intermediate to advanced
354 pages
10h 57m
English
We'll use the same repository as in the previous example, continuing from the state we left it in:
$ cd Git-Version-Control-Cookbook-Second-Edition_tips_and_tricks
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: foo
$ git stash list
stash@{0}: WIP on master: 4447f69 Update foo
Read now
Unlock full access