Skip to content

Commit dd6ba54

Browse files
committed
Adding rebase master into local branch
1 parent 2242216 commit dd6ba54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@ $ git branch
218218

219219
# Viewing remote branches
220220
$ git branch -r
221+
222+
# Rebase master branch into local branch
223+
$ git rebase origin/master
224+
225+
# Pushing local branch after rebasing master into local branch
226+
$ git push origin +branchname
221227
```
222228

223229
#### Fetching and checking out remote branches

0 commit comments

Comments
 (0)