rebase: Rebase pushed patches against an upstream branch
[guilt/mob.git] / guilt-rm
blobf0025b442a375dbbd922d938faf609212c36bb1e
1 #!/bin/bash
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE="<file>..."
7 . guilt
9 if [ $# -lt 1 ]; then
10 usage
13 git-rm -- "$@"