Skip to content

Commit

Permalink
Remove duplicated information from git module README (sorin-ionescu#1657
Browse files Browse the repository at this point in the history
)
  • Loading branch information
diraol authored and belak committed Dec 17, 2018
1 parent 9d3e2f0 commit 0e6429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ zstyle ':prezto:module:git:alias' skip 'yes'
- `gcm` records changes to the repository with the given message.
- `gcS` records changes to the repository. (Signed)
- `gcSa` stages all modified and deleted files. (Signed)
- `gcSm` records changes to the repository with the given message. (Signed) - `gco` checks out a branch or paths to work tree.
- `gcSm` records changes to the repository with the given message. (Signed)
- `gcam` stages all modified and deleted files, and records changes to the repository with the given message.
- `gco` checks out a branch or paths to work tree.
- `gcO` checks out hunks from the index or the tree interactively.
Expand Down

0 comments on commit 0e6429d

Please sign in to comment.