Horje
git graph command Code Example
git graph
git log --all --decorate --oneline --graph
git graph command
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"




Shell

Related
configure samba on RPI Code Example configure samba on RPI Code Example
gitlab server certificate verification failed Code Example gitlab server certificate verification failed Code Example
email client for linux Code Example email client for linux Code Example
git clone from url cmd Code Example git clone from url cmd Code Example
woeusb manjaro Code Example woeusb manjaro Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19