Skip to content

Commit

Permalink
Document gpf vs gpF
Browse files Browse the repository at this point in the history
Document the difference between `gpf` and `gpF`. These were changed in sorin-ionescu#1040 / sorin-ionescu@ddfc870, but never documented.
  • Loading branch information
jeffwidman authored and belak committed May 20, 2018
1 parent ae23bed commit 3d911cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ zstyle ':prezto:module:git:alias' skip 'yes'
### Push

- `gp` updates remote refs along with associated objects.
- `gpf` forcefully updates remote refs along with associated objects.
- `gpf` forcefully updates remote refs along with associated objects using the safer `--force-with-lease` option.
- `gpF` forcefully updates remote refs along with associated objects using the riskier `--force` option.
- `gpa` updates remote branches along with associated objects.
- `gpA` updates remote branches and tags along with associated objects.
- `gpt` updates remote tags along with associated objects.
Expand Down

0 comments on commit 3d911cd

Please sign in to comment.