Skip to content

Commit 128786d

Browse files
committed
Update master commit instructions to avoid nasty merges
1 parent 3ecb31b commit 128786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: autocommit-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# If you use this script, you can create more typical commits in the master
66
# branch with the commands:
77
# git checkout master
8-
# git merge builds --squash
8+
# git checkout builds .
99
# git commit -m "Description of changes since last commit to master"
1010

1111
if [ -z "`git branch | grep builds`" ]; then

0 commit comments

Comments
 (0)