summaryrefslogtreecommitdiffstats
path: root/git-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-base.sh')
-rwxr-xr-xgit-base.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/git-base.sh b/git-base.sh
index 198a335..7ffb511 100755
--- a/git-base.sh
+++ b/git-base.sh
@@ -127,14 +127,6 @@ readable_branch_name() {
fi
}
-is_tracking_remote() {
- if [[ -n "$(remote_branch_name)" ]]; then
- return 0
- else
- return 1
- fi
-}
-
remote_branch_name() {
if is_repo; then
local remoteBranch="$(git for-each-ref --format='%(upstream:short)' refs/heads | grep "$(branch_name)")"