Skip to content

Instantly share code, notes, and snippets.

@dannguyen
Created April 25, 2013 17:42
Show Gist options
  • Save dannguyen/5461596 to your computer and use it in GitHub Desktop.
Save dannguyen/5461596 to your computer and use it in GitHub Desktop.
Git commands that I keep forgittin
# set default pull target
# http://stackoverflow.com/questions/658885/how-do-you-get-git-to-always-pull-from-a-specific-branch
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment