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 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 :: install pandas conda 
Shell :: refusing to merge unrelated histories bitbucket 
Shell :: npm install legacy peer deps 
Shell :: adb clear app data 
Shell :: .ps1 is not digitally signed. You cannot run this script on the current system. 
Shell :: how to remove base from command prompt 
Shell :: conda install librosa 
Shell :: npm install nuxt global 
Shell :: uninstall expo cli 
Shell :: turn on bluetooth ubuntu terminal 
Shell :: where is the crontab log 
Shell :: Error loading MySQLdb module. 
Shell :: how to uninstall oh my zsh 
Shell :: eslint fix 
Shell :: update cocoapods version mac 
Shell :: docker remove all untagged images 
Shell :: check active ssh connections on linux 
Shell :: ubuntu install matplotlib 
Shell :: clean memory cache on linux 
Shell :: how to run docker without sudo 
Shell :: Failed to restart apache2.service: Unit not found. 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: how to install docker ubuntu 
Shell :: bash: cmake: command not found 
Shell :: git update remote origin 
Shell :: fatal: unable to access ': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6 letsencrypt 
Shell :: conda install tensorflow windows 
Shell :: yarn download ubuntu 
Shell :: raspberry pi set wifi headless 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =