-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
critest | ||
======== | ||
|
||
testing of git merges | ||
Testing of git merges: | ||
|
||
1. Setup test repo with a couple of files/foldes | ||
1. Create a 'small-fix' branch | ||
1. Create a 'big-feature' branch | ||
1. To the 'small-fix' branch: | ||
1. Make one or two small edits to a couple files | ||
1. Commit to branch and push to origin | ||
1. Merge into master | ||
1. To the 'big-feature' branch: | ||
1. Make a change in one of the above changed files, but not in the same lines | ||
1. Commit to branch and push to origin | ||
1. Merge master into branch | ||
1. Merge branch into master | ||
1. See if 'small-fix' changes are still in master |