]> scripts.mit.edu Git - wizard.git/blob - bin/gco
Clean up command list
[wizard.git] / bin / gco
1 #!/bin/sh
2 git checkout --ours "$1"
3 chmod 0777 "$1"
4 git add "$1"