Skip to content

Commit

Permalink
another dumb script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Jun 13, 2016
1 parent 2422802 commit 8e2c19a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions work/merge_master
@@ -0,0 +1,8 @@
#!/bin/bash

git merge master
for branch in $(git branch --list --no-color | cut -f 3 -d ' '); do
echo "Updating $branch"
git checkout "${branch}"
git merge master
done

0 comments on commit 8e2c19a

Please sign in to comment.