Skip to content

Commit 5b898d5

Browse files
committed
updated script desc
1 parent 3fc286f commit 5b898d5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

git-sample-repo-create.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ git add .
201201
git commit -m "Add f"
202202
git l -1
203203

204-
exit
205-
206204
echo "******** STEP heavyeight tag (a commit) :"
207205
# git tag -a v0.0.1 -m"v1 unsigned"
208206
git tag -a v0.0.1 -m"v1 signed" -s # signed "heavyweight" tag
@@ -425,21 +423,21 @@ fi
425423
# git config branch.develop.remote origin
426424
# fi
427425

428-
exit
429426
echo "********** DOTHIS: Manually make a change online GitHub file : "
430427
echo "Add to bottom of README.md \"Changed online\" and Save."
431-
read "Press Enter/Return to continue:"
428+
read "WAITING FOR RESPONSE: Press Enter/Return to continue:"
432429

433430
echo "********** Making change that will be duplicated online : "
434431
echo -e "Change locally\r\n">>README.md
435432

436-
echo "********** Doing git pull to create conflict : "
437-
git pull
438-
433+
#echo "********** Doing git pull to create conflict : "
434+
# git pull
435+
echo "********** Doing git fetch a conflict : "
436+
git fetch
439437

440438

441439
# Commented out for cleanup at start of next run:
442440
# cd ..
443441
# rm -rf ${REPONAME}
444442

445-
echo "******** $NOW end."
443+
echo "******** $NOW end."

0 commit comments

Comments
 (0)