Brief docs.
[git-central.git] / scripts / gc-pull
1 #!/bin/sh
2
3 #
4 # Note: we should use `git pull --rebase origin <branch>`?
5 #
6 git pull --rebase $*
7