Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 202 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 202 Bytes

git lfp

Log with first parent

Git alias:

lfp = log --first-parent

Example:

git lfp

This alias can be useful for teamwork for a branch that only accepts pull requests.