Created
October 16, 2013 12:49
-
-
Save jamland/7007161 to your computer and use it in GitHub Desktop.
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
Intergalactic:goab andy$ git checkout master | |
Previous HEAD position was 01c6d01... Warning when CF are too slow. | |
Switched to branch 'master' | |
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. | |
(use "git pull" to update your local branch) | |
Intergalactic:goab andy$ git pull | |
Updating d940815..01c6d01 | |
Fast-forward | |
models/files.go | 19 +++++++++++++++---- | |
1 file changed, 15 insertions(+), 4 deletions(-) | |
Intergalactic:goab andy$ go get -u github.com/airbrake/goab/cmd/api | |
Username for 'https://github.com': jamland | |
Password for 'https://[email protected]': | |
Intergalactic:goab andy$ git branch | |
* (detached from origin/master) | |
master | |
Intergalactic:goab andy$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment