Compare commits
1 Commits
74a805017a
...
f2b8731770
Author | SHA1 | Date | |
---|---|---|---|
f2b8731770 |
@ -8,10 +8,10 @@ rather than remembering the plumbing term of a specific command.
|
||||
* `abandon` abandons all local changes leave a clean repository.
|
||||
* `unstage` unstage staged changes, shorthand for `git reset -q HEAD --`.
|
||||
* `amend` amends the last commit, shorthand for `git commit --amend`.
|
||||
* `fixup` prepare a fixup commit for use with
|
||||
`git rebase --interactive --autosquash`, shorthand for `git commit --fixup`.
|
||||
* `squash` prepare a squash commit for use with
|
||||
`git rebase --interactive --autosquash`, shorthand for `git commit --squash`.
|
||||
* `fixup` prepare a fixup commit for use with `git rebase --autosquash`,
|
||||
shorthand for `git commit --fixup=<commit>`.
|
||||
* `squash` prepare a squash commit for use with `git rebase --autosquash`,
|
||||
shorthand for `git commit --squash=<commit>`.
|
||||
* `prepare` prepare a branch for merging into another, shorthand for
|
||||
`git rebase --interactive --fork-point`.
|
||||
* `list` list local branches, a shorthand for `git branch`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user