Skip to content

Commit cd0b915

Browse files
author
mike dupont
committed
adding multiply script
1 parent e4152bd commit cd0b915

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

multiply.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
for i in `git branch -a | grep remote | grep -v HEAD | grep -v master`;
2+
do git branch --track ${i#remotes/origin/} $i;
3+
done

0 commit comments

Comments
 (0)