From bc92e5f3de33d7966c098bfb0c49d6b408508597 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 25 Jul 2019 11:56:41 +0100 Subject: comment --- bin/git-dotfiles-update-master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/git-dotfiles-update-master') 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 -- cgit v1.2.3