diff --git a/Branching-and-Merging.md b/Branching-and-Merging.md index 38d4219..e503993 100644 --- a/Branching-and-Merging.md +++ b/Branching-and-Merging.md @@ -4,7 +4,7 @@ Git history is similar to code in that it is written once but it is read dozens ``` git fetch -git checkout -b new_branch origin/master +git checkout -b your_branch_name origin/master ``` ## Rebase onto master daily