Commit a2baef95 authored by Vincent Driessen's avatar Vincent Driessen

Added alias 'co' for new 'checkout' subcommand.

parent 5b05ad78
...@@ -401,6 +401,11 @@ cmd_checkout() { ...@@ -401,6 +401,11 @@ cmd_checkout() {
fi fi
} }
cmd_co() {
# Alias for checkout
cmd_checkout "$@"
}
cmd_rebase() { cmd_rebase() {
DEFINE_boolean interactive false 'do an interactive rebase' i DEFINE_boolean interactive false 'do an interactive rebase' i
parse_args "$@" parse_args "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment