This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git rev-parse master origin/master; git pull --rebase origin master; git rev-parse master origin/master | |
| 62a233aab9a09f764edee0512691eacc459da8d0 | |
| c448b7fd2f529fd58878eff320086957d36a9fe2 | |
| From github.com:summit-partners/crm | |
| * branch master -> FETCH_HEAD | |
| First, rewinding head to replay your work on top of it... | |
| c448b7fd2f529fd58878eff320086957d36a9fe2 | |
| c448b7fd2f529fd58878eff320086957d36a9fe2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * 62a233a (HEAD, heroku/master, master) | |
| * 79e11da | |
| | * 40d2177 (origin/av/78576752, av/78576752) | |
| |/ | |
| * c448b7f (origin/master) | |
| $ git pull --rebase origin master | |
| From github.com:... | |
| * branch master -> FETCH_HEAD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master | |
| rebase = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ GIT_TRACE=1 git pull --rebase origin master | |
| trace: exec: 'git-pull' '--rebase' 'origin' 'master' | |
| trace: run_command: 'git-pull' '--rebase' 'origin' 'master' | |
| trace: built-in: git 'rev-parse' '--git-dir' | |
| trace: built-in: git 'rev-parse' '--is-bare-repository' | |
| trace: built-in: git 'rev-parse' '--show-toplevel' | |
| trace: built-in: git 'ls-files' '-u' | |
| trace: built-in: git 'symbolic-ref' '-q' 'HEAD' | |
| trace: built-in: git 'config' 'pull.ff' | |
| trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD' |
OlderNewer