Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git graph

git log #show log of commit history
Comment

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"
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh passphrase stop asking 
Shell :: git revert a commit 
Shell :: bash print files in directory with path 
Shell :: read lines bash script 
Shell :: git init 
Shell :: how to cat a file that has spaces 
Shell :: list threads in process ubuntu 
Shell :: homebrew install autoconf 
Shell :: squash commits git 
Shell :: how to undo git clean -fd command 
Shell :: Create permanent env variable 
Shell :: drupal export db to backup 
Shell :: how to close port in linux 
Shell :: git choose branch to push 
Shell :: vue postcss 8 tailwindcss 
Shell :: git pulling one file from a branch 
Shell :: check ssl certificate linux 
Shell :: creating bucket in aws cli 
Shell :: git delete origin branch 
Shell :: conda install dvc 
Shell :: digit sum number in c 
Shell :: ps command 
Shell :: vite command 
Shell :: edit commit message 
Shell :: delete folder in linux 
Shell :: remove file via command line 
Shell :: react-fetch-hook 
Shell :: powershell delete empty folders 
Shell :: cargo test specific test 
Shell :: speedtest linux 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =