Compare commits
2 Commits
467789389a
...
8f653dce4e
Author | SHA1 | Date | |
---|---|---|---|
8f653dce4e | |||
44ef34a167 |
@ -16,7 +16,7 @@ than remember the plumbing term of a specific command.
|
||||
* `name` the name of the current branch.
|
||||
* `last` the name of the last branch checked out before the current branch.
|
||||
* `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,
|
||||
shorthand for `git push -u origin <branch>`.
|
||||
* `unpublish` delete a remote branch, shorthand for `git push origin :<branch>`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user