Short Tip: Git Verlauf in Farbe

Spritzgebaeck hat mir folgenden Befehl verraten:

git log --graph --oneline --all

Damit erhält man eine schöne Übersicht über alle Commits und Merges:

* 726f589 pushed to 1.1.1
* a7adc68 pushed to v1.1
* 2dbaa92 fixed all known bugs, extended docs
* 891ab0b moved from class to module, fixed issue in recursive method
* 3f4eb2f fixed typos, modularized methods, extended docs/todo
* b743dd8 added docs, removed typo
* 6901394 extended forge_client.rb
* 69a9670 added recursion, fixed typos
* 5f53709 added basic get_requirements and comments
* f0ece1a extended forge_client, now complete git support
* c155ed9 extended forge client
* 5100f17 added basic forge voodoo with ruby
* 563f458 added copyright
* 14bc20b added github mirror script the second time
* 95495f7 improved ceph repo handling removing fastestmirror the fancy way creating 8k ssh key and not 4k
* f8e2464 Merge branch 'master' of ssh+git://github.com/bastelfreak/scripts
|\
| * aaeab02 added dyndns from foxxx0
| * b57715b modified vimrc and added basic dnsblcheck script from bluewind
* | f4b6244 added puma service file for serving puppet
* | 7ebd31f added shop.sh for showing directory tree including permissions
|/
* 51e5a5c Merge branch 'master' of https://github.com/bastelfreak/scripts
|\
| * 5f2d5b9 added sshd_whitelist filterfrom bluewind
| * 640a6d8 added wallpaper
| * ba4a761 Merge branch 'master' of https://github.com/bastelfreak/scripts
| |\
| | * 5d46369 fixed path to apache vhost files
| * | 0547873 added configs
* | | 2ac34cd added bashrc stuff from Ubuntu
| |/
|/|
* | c23c5c6 Merge pull request #1 from soapsurfer/master
|\ \
| * | 5b2be5c Added stripe_cache_size.service
|/ /
* | a932ab1 added trafic shaping script from bluewind
* | 81e4795 bugfix for apache2.4
* | f17d83e added new file
|/
* 64904e3 extended bashrc
* aef53ff added basic bashrc
* e1c0e98 added inputc
* 815848d added screenrc
* d12ea71 enhanced vimrc
* 6c1a935 changed backuplocation from working place to /tmp
* 62035d0 added vimrc config
* 73252a1 fix for aibos fix that fixed a fix (or something similar)
* 00bffcd changes by aibo
* 761878c stuff from aibo
* a9a1ae6 more beautiful if/else construct
* 7d57f3a fixed the adjustments
* 2bd3ae6 small adjustments to conjure a smile on aibos face
* 9b27732 reformatted error message
* 214a56d Merge branch 'master' of https://github.com/bastelfreak/scripts
|\
| * d781f23 fixed 'setting up local website'
| * 748950e Merge branch 'master' of https://github.com/bastelfreak/scripts
| |\
| | * 6473f66 fixed double access.log
| | * 6b24d8c added stupid changes that doesn't work
| * | 3578a87 we want to have more verbosity
| * | cb6efd6 modified shell putput
| |/

Und hier noch eine Version von Bluewind:

git log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short

sieht dann so aus:

* 726f589 2014-10-08 Tim Meusel (HEAD, origin/master, origin/HEAD, master) pushed to 1.1.1
* a7adc68 2014-10-08 Tim Meusel pushed to v1.1
* 2dbaa92 2014-10-07 Tim Meusel fixed all known bugs, extended docs
* 891ab0b 2014-10-07 Tim Meusel moved from class to module, fixed issue in recursive method
* 3f4eb2f 2014-10-07 Tim Meusel fixed typos, modularized methods, extended docs/todo
* b743dd8 2014-10-06 Tim Meusel added docs, removed typo
* 6901394 2014-10-06 Tim Meusel extended forge_client.rb
* 69a9670 2014-09-26 Tim Meusel added recursion, fixed typos
* 5f53709 2014-09-12 Tim Meusel added basic get_requirements and comments
* f0ece1a 2014-09-11 Tim Meusel extended forge_client, now complete git support
* c155ed9 2014-09-10 Tim Meusel extended forge client
* 5100f17 2014-09-10 Tim Meusel added basic forge voodoo with ruby
* 563f458 2014-09-10 Tim Meusel added copyright
* 14bc20b 2014-09-09 Tim Meusel added github mirror script the second time
* 95495f7 2014-09-09 Tim Meusel improved ceph repo handling removing fastestmirror the fancy way creating 8k ssh key and not 4k
* f8e2464 2014-08-28 Tim 'bastelfreak' Meusel Merge branch 'master' of ssh+git://github.com/bastelfreak/scripts
|\
| * aaeab02 2014-08-22 Tim 'bastelfreak' Meusel added dyndns from foxxx0
| * b57715b 2014-08-15 Tim 'bastelfreak' Meusel modified vimrc and added basic dnsblcheck script from bluewind
* | f4b6244 2014-08-27 Tim 'bastelfreak' Meusel added puma service file for serving puppet
* | 7ebd31f 2014-08-25 Tim 'bastelfreak' Meusel added shop.sh for showing directory tree including permissions
|/
* 51e5a5c 2014-08-12 Tim 'bastelfreak' Meusel Merge branch 'master' of https://github.com/bastelfreak/scripts
|\
| * 5f2d5b9 2014-07-20 bastelfreak added sshd_whitelist filterfrom bluewind
| * 640a6d8 2014-07-20 bastelfreak added wallpaper
| * ba4a761 2014-07-20 root Merge branch 'master' of https://github.com/bastelfreak/scripts
| |\
| | * 5d46369 2014-07-16 root fixed path to apache vhost files
| * | 0547873 2014-07-20 root added configs
* | | 2ac34cd 2014-08-11 Tim 'bastelfreak' Meusel added bashrc stuff from Ubuntu
| |/
|/|
* | c23c5c6 2014-06-18 Tim Meusel Merge pull request #1 from soapsurfer/master
|\ \
| * | 5b2be5c 2014-06-18 Sebastian Vogt Added stripe_cache_size.service
|/ /
* | a932ab1 2014-06-15 root added trafic shaping script from bluewind
* | 81e4795 2014-06-12 root bugfix for apache2.4
* | f17d83e 2014-06-03 Tim Meusel added new file
|/
* 64904e3 2014-05-25 root extended bashrc
* aef53ff 2014-05-25 root added basic bashrc
* e1c0e98 2014-05-25 root added inputc
* 815848d 2014-05-18 root added screenrc
* d12ea71 2014-04-29 Tim Meusel enhanced vimrc
* 6c1a935 2014-04-29 Tim Meusel changed backuplocation from working place to /tmp
* 62035d0 2014-04-29 Tim Meusel added vimrc config
* 73252a1 2014-03-17 root fix for aibos fix that fixed a fix (or something similar)
* 00bffcd 2014-03-17 root changes by aibo
* 761878c 2014-03-17 root stuff from aibo
* a9a1ae6 2014-03-17 root more beautiful if/else construct
* 7d57f3a 2014-03-17 root fixed the adjustments
* 2bd3ae6 2014-03-17 root small adjustments to conjure a smile on aibos face
* 9b27732 2014-03-17 root reformatted error message
* 214a56d 2014-03-17 root Merge branch 'master' of https://github.com/bastelfreak/scripts
|\
| * d781f23 2014-03-09 root fixed 'setting up local website'
| * 748950e 2014-02-23 root Merge branch 'master' of https://github.com/bastelfreak/scripts
| |\
| | * 6473f66 2014-02-11 root fixed double access.log
| | * 6b24d8c 2014-01-30 root added stupid changes that doesn't work
| * | 3578a87 2014-01-31 root we want to have more verbosity
| * | cb6efd6 2014-01-31 root modified shell putput
| |/

This entry was posted in General, Linux, Short Tips. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.