Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git graph code

git 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 cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n''          %C(white)%s%C(reset)%n''          %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
# Problem? -> linkedin.com/in/barisx
Comment

git graph code

git config --global alias.adog "log --all --decorate --oneline --graph"
# after just
git adog
# Problem? -> linkedin.com/in/barisx
Comment

git graph

git log #show log of commit history
Comment

git graph code

git 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 cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n''          %C(white)%s%C(reset)%n''          %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
# Problem? -> linkedin.com/in/barisx
Comment

git graph code

git config --global alias.adog "log --all --decorate --oneline --graph"
# after just
git adog
# Problem? -> linkedin.com/in/barisx
Comment

git graph

git log #show log of commit history
Comment

PREVIOUS NEXT
Code Example
Shell :: curl: (7) Failed to connect to localhost port 9200: Connection refused 
Shell :: how to remove installation from cent os 
Shell :: docker config insecure regis 
Shell :: echo or cat into multiple files 
Shell :: windows docker update clock 
Shell :: chmod for pem file 
Shell :: git config global file in windows 
Shell :: evernote linux 
Shell :: install zsh 
Shell :: bootstrap 5 react npm 
Shell :: run /bin/sh command in docker file 
Shell :: ansible become sudo pawwsord 
Shell :: apt remove 
Shell :: ubuntu kill port 
Shell :: install pylatex with dependency 
Shell :: switch wsl 2 to 1 
Shell :: git untracked content 
Shell :: search for files in linux terminal 
Shell :: install mariadb amazon linux 2 
Shell :: freebsd add user 
Shell :: how to run explorer in wsl 
Shell :: install chrome ubuntu automatic update 
Shell :: install python module ImageTk 
Shell :: docker force a rebuild 
Shell :: how to install visual studio code in ubuntu 
Shell :: mac check command line tools version 
Shell :: run postgresql command line maccos 
Shell :: to see all after commit in local repository in git 
Shell :: how to upgrade react in cra 
Shell :: awk if else 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =