Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 324 Bytes

index.md

File metadata and controls

23 lines (14 loc) · 324 Bytes

git ours

Checkout our version of a file and add it

Git alias:

ours = !"f() { git checkout --ours   $@ && git add $@; }; f"

Example:

git ours

Compare: