summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-29 17:09:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-29 17:09:14 -0700
commite1ba4123d418dbff869331f054ea417270a225f2 (patch)
treeeed683515a671f8dfd2589ef39fef0d809cdf9f2
parent6ed6b5825e655c4b855fc14e3e0468c8969be9a1 (diff)
downloaddotfiles-e1ba4123d418dbff869331f054ea417270a225f2.tar.gz
comment
-rwxr-xr-xbin/git-gh-fork1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/git-gh-fork b/bin/git-gh-fork
index 77f638ab..498619ab 100755
--- a/bin/git-gh-fork
+++ b/bin/git-gh-fork
@@ -37,6 +37,7 @@ use Sys::Hostname;
use autodie; # die if problem reading or writing a file
# TODO generalise to work for gitlab installations too (or: a separate script for those)
+# probs: factor out `git clean-remote` which nukes all branches except one (oh: but setting that as the default branch is platform-specific)
my $xdg = File::XDG->new(name => 'net-github');
my $term = Term::ReadLine->new('brand');