Skip to content

Instantly share code, notes, and snippets.

@j796160836
Last active August 29, 2015 14:20
Show Gist options
  • Save j796160836/7d3c0ea12a5fbb77cdb4 to your computer and use it in GitHub Desktop.
Save j796160836/7d3c0ea12a5fbb77cdb4 to your computer and use it in GitHub Desktop.
Change default push applied on current branch
#!/bin/bash
cd ~/.git
git config --global push.default simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment