Skip to content

Instantly share code, notes, and snippets.

@markpasc
Created January 30, 2013 21:46
Show Gist options
  • Save markpasc/4677399 to your computer and use it in GitHub Desktop.
Save markpasc/4677399 to your computer and use it in GitHub Desktop.
πŸ˜•
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