Skip to content

Latest commit

 

History

History

git-ours

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: