summaryrefslogtreecommitdiff
path: root/bin/git-dotfiles-update-master
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-dotfiles-update-master')
-rwxr-xr-xbin/git-dotfiles-update-master6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/git-dotfiles-update-master b/bin/git-dotfiles-update-master
index 0a3ac34d..d48290b4 100755
--- a/bin/git-dotfiles-update-master
+++ b/bin/git-dotfiles-update-master
@@ -1,11 +1,5 @@
#!/bin/sh
-# Before using this script, will want to unset all upstreams:
-# for head in $(git for-each-ref --format='%(refname)' refs/heads/); do
-# branch=$(echo "$head" | cut -d/ -f3)
-# git branch --unset-upstream "$branch" 2>/dev/null || true
-# done
-
# Could generalise to a script that reads a git config value for the
# fingerprint to look for, updates branches specified by user and is
# able to handle updating by both merge and rebase