summaryrefslogtreecommitdiff
path: root/bin/git-fall
blob: 03b31debfe19703630667e27570defc790d5c54e (plain)
1
2
3
4
5
#!/bin/bash -e

# Alias for `git remote update`.

exec git remote update "$@"