Skip to content

Instantly share code, notes, and snippets.

@SyllaJay
Created July 18, 2016 01:55
Show Gist options
  • Save SyllaJay/bb9e4c14a01e7a75ce33e46b38b5d5a7 to your computer and use it in GitHub Desktop.
Save SyllaJay/bb9e4c14a01e7a75ce33e46b38b5d5a7 to your computer and use it in GitHub Desktop.
#!/bin/bash
for branch in `git branch`; do git checkout $branch ; git pull; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment