removed unneeded command from Notes
This commit is contained in:
parent
ecfb51d1a2
commit
94aae7b874
1 changed files with 0 additions and 1 deletions
1
Notes.md
1
Notes.md
|
@ -18,7 +18,6 @@ Git commands to create a branch and pull request
|
|||
git checkout <name> -- make <name> the current branch
|
||||
git merge <name> -- merge branch <name> into current branch
|
||||
git push origin <name> -- make local branch <name> into remote
|
||||
git rebase <base> -- merge branch <base> into current branch
|
||||
|
||||
On website, use pulldown menu to swith branch and then
|
||||
click "new pull request" button.
|
||||
|
|
Loading…
Add table
Reference in a new issue