Created
January 30, 2013 21:46
-
-
Save markpasc/4677399 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
markpasc@markpascbook:~/Work/project$ mate .git/config | |
markpasc@markpascbook:~/Work/project$ git branch --help | |
markpasc@markpascbook:~/Work/project$ git branch --set-upstream origin/master | |
The --set-upstream flag is deprecated and will be removed. Consider using --track or --set-upstream-to | |
Branch origin/master set up to track local branch master. | |
If you wanted to make 'master' track 'origin/master', do this: | |
git branch -d origin/master | |
git branch --set-upstream-to origin/master | |
markpasc@markpascbook:~/Work/project$ fuck | |
-bash: fuck: command not found | |
markpasc@markpascbook:~/Work/project$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment