commit | a2baef958773cf3d5342fac63c09ee3513f05468 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 5月 27 11:52:31 2010 -0700 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 5月 27 11:52:31 2010 -0700 |
tree | 3cf5f0ad7c28e9e09b3d1a5e5568af5a1f4e0269 | |
parent | 5b05ad78d10f8cb596fce1eb8ecf76a232962ace [diff] [blame] |
Added alias 'co' for new 'checkout' subcommand.
diff --git a/git-flow-feature b/git-flow-feature index 56dd38d..98154ef 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -401,6 +401,11 @@ fi } +cmd_co() { + # Alias for checkout + cmd_checkout "$@" +} + cmd_rebase() { DEFINE_boolean interactive false 'do an interactive rebase' i parse_args "$@"