We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4152bd commit cd0b915Copy full SHA for cd0b915
multiply.sh
@@ -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