mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 10:26:41 +00:00
git: add switch --orphan
notes
This commit is contained in:
parent
fe067c44e7
commit
4772e67e34
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ It's generally recommended creating annotated tags so it's possible to have all
|
||||||
`git branch -d|--delete <branch-name>`: delete specified branch
|
`git branch -d|--delete <branch-name>`: delete specified branch
|
||||||
`git branch -m|--move <old_name> <new_name>`: rename a branch without affecting the branch's history
|
`git branch -m|--move <old_name> <new_name>`: rename a branch without affecting the branch's history
|
||||||
`git switch -c <branch-name>`: create a branch and switches to
|
`git switch -c <branch-name>`: create a branch and switches to
|
||||||
|
`git switch --orphan <branch-name>`: create an new un-rooted branch from scratch
|
||||||
`git switch <branch-name>`: change current branch (update HEAD) and update working directory
|
`git switch <branch-name>`: change current branch (update HEAD) and update working directory
|
||||||
|
|
||||||
`git merge <branch-name>`: merges into current branch
|
`git merge <branch-name>`: merges into current branch
|
||||||
|
|
Loading…
Add table
Reference in a new issue