4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
git log --graph --oneline --all --decorate --topo-order
|