Skip to content

Commit

Permalink
Added testing steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jkgraham committed May 31, 2012
1 parent 185c9ac commit f0f21b8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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

0 comments on commit f0f21b8

Please sign in to comment.