mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
Add gbr and gbR aliases to module readme
This commit is contained in:
parent
3d7a8c2870
commit
46a1ffaf7e
@ -43,8 +43,9 @@ Aliases are enabled by default. You can disable them with:
|
|||||||
- `gbc` creates a new branch.
|
- `gbc` creates a new branch.
|
||||||
- `gbl` lists branches and their commits. (also `gbv`)
|
- `gbl` lists branches and their commits. (also `gbv`)
|
||||||
- `gbL` lists all local and remote branches and their commits.
|
- `gbL` lists all local and remote branches and their commits.
|
||||||
- `gbm` renames a branch.
|
- `gbr` renames a branch. (also `gbm`)
|
||||||
- `gbM` renames a branch even if the new branch name already exists.
|
- `gbR` renames a branch even if the new branch name already exists. (also
|
||||||
|
`gbM`)
|
||||||
- `gbs` lists branches and their commits with ancestry graphs.
|
- `gbs` lists branches and their commits with ancestry graphs.
|
||||||
- `gbS` lists local and remote branches and their commits with ancestry
|
- `gbS` lists local and remote branches and their commits with ancestry
|
||||||
graphs.
|
graphs.
|
||||||
|
Loading…
Reference in New Issue
Block a user