Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5d22da9
)
Removed due to Git handling this automatically
author
jimmynotjim
<jimmynotjim@me.com>
Wed, 27 Nov 2013 18:07:47 +0000
(13:07 -0500)
committer
jimmynotjim
<jimmynotjim@me.com>
Wed, 27 Nov 2013 18:07:47 +0000
(13:07 -0500)
See this discussion https://github.com/revans/bash-it/pull/242/files#r7964126
plugins/available/git.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/available/git.plugin.bash
b/plugins/available/git.plugin.bash
index
533cc1d
..
6506ca4
100644
(file)
--- a/
plugins/available/git.plugin.bash
+++ b/
plugins/available/git.plugin.bash
@@
-26,14
+26,6
@@
function git_pub() {
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'