Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 164 Bytes

index.md

File metadata and controls

16 lines (11 loc) · 164 Bytes

git pf

Pull if a merge can be resolved as a fast-forward, otherwise fail

Git alias:

# git pf:
pf = pull --ff-only

Example:

git pf