Update README.md
This commit is contained in:
parent
1cbc259cf2
commit
cdd5025b41
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ git checkout <feature/newfeature>
|
|||
git branch <feature/newfeature>
|
||||
git push --set-upstream origin <feature/newfeature>
|
||||
|
||||
# delete branch locally (-d: normal, -D: force)
|
||||
git branch -D <branch_name_1> <branch_name_2> <branch_name_1>
|
||||
# delete remote
|
||||
git push origin -d <branch_name>
|
||||
|
||||
# Comparing / Merging two branches
|
||||
git merge --no-commit --no-ff <feature/otherfeaturebranch>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue