Skip to content

Instantly share code, notes, and snippets.

View guenhter's full-sized avatar

Günther Grill guenhter

View GitHub Profile
http://email.redmineup.com/c/eJxFjktuhDAQRE9jlsgf2tgLFpGiucao6W6DFeMZeUBcP84qUq2eSq-KlwQxuHXIC6DWznhgQXx6DtponQjIzxqDmnQTPnKV6z0emMuwL4YiTb0eApKZGOawxuSZnV2DnyUMZdnP863cl7KPnvu-x38JvY7OSiapH3keWHGT1slkTQTlHufrR6py30Z3m_GWTWLud0DiygJoKSawzmtwlIa2bJfUc5c2bi2X0v-mhteH_kif-gXt8Eh8
@guenhter
guenhter / output.log
Created October 30, 2017 15:04
k8s vagrant up output
Bringing machine 'k8s-01' up with 'virtualbox' provider...
Bringing machine 'k8s-02' up with 'virtualbox' provider...
Bringing machine 'k8s-03' up with 'virtualbox' provider...
==> k8s-01: Checking if box 'bento/ubuntu-16.04' is up to date...
Bringing machine 'k8s-01' up with 'virtualbox' provider...
Bringing machine 'k8s-02' up with 'virtualbox' provider...
Bringing machine 'k8s-03' up with 'virtualbox' provider...
==> k8s-01: Importing base box 'bento/ubuntu-16.04'...
Progress: 20%
git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ci %cr" $branch | head -n 1` \\t$branch; done | sort -r
git config user.email "grill.guenther@gmail.com"
git config user.name "guenhter"
git config user.email "guenther.grill@frauscher.com"
git config user.name "guenthgr"
git config --global push.default simple