commit | 3aa33ea18a311b82dd2347bf1712b6e70012f2e1 | [log] [tgz] |
---|---|---|
author | jimmynotjim <jimmynotjim@me.com> | 周三 11月 27 13:07:47 2013 -0500 |
committer | jimmynotjim <jimmynotjim@me.com> | 周三 11月 27 13:07:47 2013 -0500 |
tree | 04ea44626f55773761476e2cd31148aa8d636f61 | |
parent | 5d22da957b022180f5c3123d5ba962481d34a409 [diff] |
Removed due to Git handling this automatically See this discussion https://github.com/revans/bash-it/pull/242/files#r7964126
diff --git a/plugins/available/git.plugin.bash b/plugins/available/git.plugin.bash index 533cc1d..6506ca4 100644 --- a/plugins/available/git.plugin.bash +++ b/plugins/available/git.plugin.bash
@@ -26,14 +26,6 @@ git push -u origin $BRANCH } -function add_branch() { - about 'adds & tracks a remote branch' - group 'git' - - echo "Adding & tracking origin/${1}" - git checkout -b $1 origin/$1 -} - function git_revert() { about 'applies changes to HEAD that revert all changes after this commit' group 'git'