summaryrefslogtreecommitdiff
path: root/bin/git-dotfiles-update-master
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-25 11:56:41 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-25 11:56:41 +0100
commitbc92e5f3de33d7966c098bfb0c49d6b408508597 (patch)
treeeed73783cfd1e98cb783b526919e7cddaada37b9 /bin/git-dotfiles-update-master
parent1f8e6e4fa8a42a9b6462542fbc10f7723c2e3af0 (diff)
downloaddotfiles-bc92e5f3de33d7966c098bfb0c49d6b408508597.tar.gz
comment
Diffstat (limited to 'bin/git-dotfiles-update-master')
-rwxr-xr-xbin/git-dotfiles-update-master2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-dotfiles-update-master b/bin/git-dotfiles-update-master
index 961c3f74..cf3bf8e9 100755
--- a/bin/git-dotfiles-update-master
+++ b/bin/git-dotfiles-update-master
@@ -1,6 +1,6 @@
#!/bin/sh
-# Before running this script, will want to unset all upstreams:
+# 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