summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-10 10:23:24 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-10 10:23:24 +0100
commit5f17bb8b1c6f33c1bf063ade4483eab9e385056c (patch)
tree0c03d1ee7a5d49109d42a12f4ad385ded1efac85 /bin/git-push-all
parent1888ab1a0e0ae627f4fc39be5d5e0a9ebc1aeeba (diff)
downloaddotfiles-5f17bb8b1c6f33c1bf063ade4483eab9e385056c.tar.gz
TODO
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index dd02e63d..99e7a88c 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -2,7 +2,7 @@
# git-push-all -- intelligently push most branches
-# Copyright (C) 2016 Sean Whitton
+# Copyright (C) 2016, 2019 Sean Whitton
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -40,6 +40,8 @@
# If a branch is tracking a remote that you cannot push to, be sure to
# set at least one of branch.pushRemote and remote.pushDefault.
+# TODO --confirm to show what will be pushed to where and ask for confirmation 'branch -> remote#target'
+
use strict;
use warnings;
no warnings "experimental::smartmatch";