]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Update merge section header
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Fri, 12 Oct 2018 11:05:55 +0000 (13:05 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Fri, 12 Oct 2018 11:10:24 +0000 (13:10 +0200)
branching.md

index 0e388b09401dd38531cff81bf758108ff1f11c0b..b4c4e872f4bab3a16adb66246d80f058b792fe73 100644 (file)
@@ -20,7 +20,7 @@ also possible by `git checkout COMMIT_ID`.
 If branch creation from specified commit is prefered, use `git branch NAME
 COMMIT_ID`.
 
-# Merge - join multiple branches
+# Merge multiple branches
 To the current branch, any other branch may be merged. The result is history
 that contains all commits in both branches. Command `git merge --no-ff NAME`
 will merge the branch `NAME` to itself. `--no-ff` avoids melting the branch