Skip to content

Instantly share code, notes, and snippets.

View iillyyaa's full-sized avatar

Ilya A. Kriveshko iillyyaa

View GitHub Profile
#!/bin/bash
usage() {
cat <<-EOF
git missing [-h] [--theirs] [--mine] [[remote/]branch]
EOF
}
git-missing() {
local do_both=1