mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Polish branches chapter
This commit is contained in:
parent
80c50bdc81
commit
be45b82e41
18 changed files with 231 additions and 191 deletions
resources
|
@ -46,9 +46,14 @@
|
|||
},
|
||||
{
|
||||
"id": "merge",
|
||||
"command": "git merge [commit]",
|
||||
"command": "git merge [commit, ref]",
|
||||
"description": "Merge the specified timeline into yours. If necessary, will create a merge commit."
|
||||
},
|
||||
{
|
||||
"id": "merge-abort",
|
||||
"command": "git merge --abort",
|
||||
"description": "Abort the current merge attempt, and reconstruct the previous state."
|
||||
},
|
||||
{
|
||||
"id": "rebase",
|
||||
"command": "git rebase [commit]",
|
||||
|
@ -137,7 +142,7 @@
|
|||
{
|
||||
"id": "branch",
|
||||
"command": "git branch [string]",
|
||||
"description": "Create a new branch."
|
||||
"description": "Create a new branch at your current location."
|
||||
},
|
||||
{
|
||||
"id": "branch-delete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue