Information Technology Reference
In-Depth Information
Figure 10-24 . Mark's repo after $ git rebase origin/master master
The command $ git status -sb executed in marks-repo as shown in Fig-
ure 10-24 prints:
## master...origin/master [ahead 2]
The behind message disappeared because Mark's master branch now includes all
revisions from his origin/master branch.
When in the [ahead 3] state Mark can push his work to shared repository:
# command issued in marks-repo
$ git push -u origin master
This time push is accepted. It transforms the shared repository as shown in Figure
10-25 .
 
 
Search WWH ::




Custom Search