This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://email.redmineup.com/c/eJxFjktuhDAQRE9jlsgf2tgLFpGiucao6W6DFeMZeUBcP84qUq2eSq-KlwQxuHXIC6DWznhgQXx6DtponQjIzxqDmnQTPnKV6z0emMuwL4YiTb0eApKZGOawxuSZnV2DnyUMZdnP863cl7KPnvu-x38JvY7OSiapH3keWHGT1slkTQTlHufrR6py30Z3m_GWTWLud0DiygJoKSawzmtwlIa2bJfUc5c2bi2X0v-mhteH_kif-gXt8Eh8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'... | |
[KProgress: 20% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "[email protected]" | |
git config user.name "guenhter" | |
git config user.email "[email protected]" | |
git config user.name "guenthgr" | |
git config --global push.default simple |