Skip to content

Commit

Permalink
hope fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlinux committed Mar 27, 2016
2 parents e11f16c + 939e483 commit c747675
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions git_learn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
10.git checkout -b new branch
11.git branch new branch git checkout new branch
12.git merge dev git branch -d new branch
13.conflict fixed
14.git merge --no-ff -m "merge with no-ff"
15.hello word
<<<<<<< HEAD
13.git merge --no-ff -m "merge with no-ff"
14.conflict fixed
=======
13.git merge --no-ff -m "merge with no-ff"
14.conflict fixed
>>>>>>> dev

0 comments on commit c747675

Please sign in to comment.