Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Pretty git log

git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
Comment

git log in command line pretty view

$ git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

* 3396763 - (HEAD, origin/master, master) Add twitter link (4 days ago) <Mattias Geniar>
* c73bbc9 - add facebook link (6 days ago) <Mattias Geniar>
* cb555df - More random values (6 days ago) <Mattias Geniar>
*   60e7bbf - Merge pull request #1 from TSchuermans/patch-1 (7 days ago) <Mattias Geniar>
|
| * 8044a8f - Typo fix (7 days ago) <Tom Schuermans>
|/
Comment

PREVIOUS NEXT
Code Example
Shell :: add rule ubuntu firewall 
Shell :: change message commit git 
Shell :: java change version mac 
Shell :: git sync local branch with remote 
Shell :: How to use .AppImage on Manjaro 
Shell :: git push existing repo 
Shell :: delete old files linux 
Shell :: setup user in git 
Shell :: conda update package 
Shell :: wget with username and password 
Shell :: bash for-schleife 1 bis 10 
Shell :: git save username and password 
Shell :: bash for file in folder 
Shell :: git cambiar pull https por ssh 
Shell :: unzip folder .gz file in linux 
Shell :: cleaning up your ubuntu system 
Shell :: install scikit learn windows 
Shell :: how to open file explorer with sudo ubuntu 
Shell :: git set commit date 
Shell :: nvm command not found 
Shell :: fatal: The current branch master has multiple upstream branches, refusing to push. 
Shell :: git rename branch 
Shell :: sudo kill port 
Shell :: generate ssl certbot nginx 
Shell :: configure aws cli on linux 
Shell :: install three.js 
Shell :: bootstrap vue cli install 
Shell :: mac command not found: sshpass 
Shell :: Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 
Shell :: number of files in a folder 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =