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 e6c2d2f commit e89f40aCopy full SHA for e89f40a
cp.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+branch=$1
4
5
+git checkout $branch
6
7
+git pull
0 commit comments