Horje
git graph Code Example
git graph
git log --all --decorate --oneline --graph
git graph code
git config --global alias.adog "log --all --decorate --oneline --graph"
# after just
git adog
# Problem? -> linkedin.com/in/barisx
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
git list user and email Code Example git list user and email Code Example
conda statsmodels python Code Example conda statsmodels python Code Example
install protoc ubuntu Code Example install protoc ubuntu Code Example
remove all docker images Code Example remove all docker images Code Example
centos stop apache Code Example centos stop apache Code Example

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