Skip to content

Commit fa1fcd4

Browse files
committed
checkout script
1 parent 57e7e7e commit fa1fcd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

co.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ cd cables_ui
88
echo "----- ui"
99
git checkout $1
1010
cd ..
11+
cd cables_api
12+
echo "----- api"
13+
git checkout $1
14+
cd ..

0 commit comments

Comments
 (0)