Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git log one line

git log --oneline
Comment

git log --oneline

$ 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 to a branch 
Shell :: git clean local branches 
Shell :: sed delete line match 
Shell :: install zipalign kali linux 
Shell :: git basic commands 
Shell :: powershell help 
Shell :: adding this directory to path mac 
Shell :: env file firebase 
Shell :: add and install gem rails 
Shell :: delete a folder then git push 
Shell :: how to install npm packages globally 
Shell :: copy to clipboard over ssh 
Shell :: opera browser for fedora 
Shell :: npm install on Termux 
Shell :: how to display specific lines from a file in linux 
Shell :: how to open files using terminal in ubuntu 
Shell :: url_launcher 
Shell :: Git - show all files that have changes to commit 
Shell :: Bash echo to standard output from function 
Shell :: pyinstaller dmg on mac 
Shell :: What is user and group in linux? 
Shell :: git to png linux 
Shell :: kubectl jq json pod name jsonpath 
Shell :: remove image docker 
Shell :: keyboard continuously backspace not working linux 
Shell :: install hg linux 
Shell :: vscode add folder to workspace cli 
Shell :: vim-gnome has no installation candidate 
Shell :: qemu specify raw 
Shell :: raspberry pi ssh headless 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =