added git_for_each_branch.sh

pull/2/head
Hari Sekhon 7 years ago
parent cae57f48e3
commit b33a33c037

@ -0,0 +1,26 @@
#!/usr/bin/env bash
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: 2017-11-21 10:43:47 +0100 (Tue, 21 Nov 2017)
#
# https://github.com/harisekhon/Dockerfiles
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/harisekhon
#
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$srcdir"
. "$srcdir/git.sh"
foreachbranch "$@"
git checkout master
Loading…
Cancel
Save