Skip to content

Instantly share code, notes, and snippets.

@0atman
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0atman/b261fe4730cd96aa939c to your computer and use it in GitHub Desktop.
Save 0atman/b261fe4730cd96aa939c to your computer and use it in GitHub Desktop.
An alias to get round bzr's inability to auto-merge
commit () {
bzr pull && bzr commit -m "$1" && bzr push
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment