Updated Branching and Merging (markdown)
parent
c785a9bd58
commit
9ce40efbc7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ We want a merge commit present for all code merged from PRs, even if that PR is
|
|||
# on your_branch_name
|
||||
git fetch
|
||||
git rebase origin/master
|
||||
# if there are conflicts at this point, ask the PR creator to fix them. run `git rebase --abort` to abort
|
||||
# if there are conflicts, ask the PR creator to fix them. run `git rebase --abort` to abort
|
||||
# if no conflicts, proceed ...
|
||||
git checkout master
|
||||
git pull
|
||||
|
|
Loading…
Add table
Reference in a new issue