Skip to content

Commit a1b9608

Browse files
committed
Tweak new s-m-u script
1 parent 7e1850f commit a1b9608

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

git-switch-merge-update.bat

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ git branch -a
77

88
echo.
99
echo.
10-
echo Switch to a branch, merge changes from master, and update...
10+
echo Steps we will take...
11+
echo.
12+
echo 1 - Commit changes in current branch (master)
13+
echo 2 - Switch to another branch
14+
echo 3 - Merge changes from master, and
15+
echo 4 - Commit changes to the destination branch
16+
echo.
17+
18+
call git-update.bat
19+
1120
echo.
1221

1322
set /p gbn="Branch Name (other than master): "

0 commit comments

Comments
 (0)