Git useful commands
Beauty brief commits listing $ git log –oneline | nl -v0 | sed ‘s/^ \+/&HEAD~/’ That command will render a listing with the latest commits first and original commit last: 0 b0d9243 Merge pull...
By Stas Bannikov
Beauty brief commits listing $ git log –oneline | nl -v0 | sed ‘s/^ \+/&HEAD~/’ That command will render a listing with the latest commits first and original commit last: 0 b0d9243 Merge pull...
Recent Comments