Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git config log

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

this will:
-one commit per line

-show graph of commits

-abbreviated commit IDs

-dates relative to now

-show commit references (like git log --decorate)

-lots of colour

-show author of the commit
Comment

PREVIOUS NEXT
Code Example
Shell :: merge master into feauture branch 
Shell :: how to install pipenv 
Shell :: add co author git 
Shell :: npm user install packages 
Shell :: prettier npm 
Shell :: powershell filter 
Shell :: linux ip route add 
Shell :: store environment variables firebase 
Shell :: sequence of png images to mp4 
Shell :: how to make ubuntu use all available disk 
Shell :: docker copy folder to container 
Shell :: vmware shared folder not showing 
Shell :: nvm fish shell 
Shell :: exit branch git 
Shell :: E: Unable to locate package libclang-cpp-dev 
Shell :: open a file in linux 
Shell :: Start MySQL FreeBSD 
Shell :: angular 8 install agm 
Shell :: install gtk python 
Shell :: git fetch 
Shell :: what is user in linux? 
Shell :: packet10 
Shell :: c# check if word is installed 
Shell :: install WSL with Ubuntu 
Shell :: install missforest 
Shell :: clone in aws linux 2 
Shell :: how to find a collection mongo db 
Shell :: git get stash on another pc 
Shell :: webp to png ubuntu command 
Shell :: how to change a commit message 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =