Compare commits
2 Commits
8f653dce4e
...
467789389a
Author | SHA1 | Date | |
---|---|---|---|
467789389a | |||
dcacddc27f |
@ -16,7 +16,7 @@ than remember the plumbing term of a specific command.
|
|||||||
* `name` the name of the current branch.
|
* `name` the name of the current branch.
|
||||||
* `last` the name of the last branch checked out before the current branch.
|
* `last` the name of the last branch checked out before the current branch.
|
||||||
* `checkout-last` checkout the last branch, shorthand for
|
* `checkout-last` checkout the last branch, shorthand for
|
||||||
`git checkout ``git last`` `.
|
`git checkout $(git last)`.
|
||||||
* `publish` push and set the tracking branch of a local branch to origin,
|
* `publish` push and set the tracking branch of a local branch to origin,
|
||||||
shorthand for `git push -u origin <branch>`.
|
shorthand for `git push -u origin <branch>`.
|
||||||
* `unpublish` delete a remote branch, shorthand for `git push origin :<branch>`.
|
* `unpublish` delete a remote branch, shorthand for `git push origin :<branch>`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user