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 :: ubuntu bleachbit install 
Shell :: mongodb log directory missing ubuntu 
Shell :: get dir name bash 
Shell :: fingerprint login disabled ubuntu 20.04 
Shell :: error: The following untracked working tree files would be overwritten by merge: .DS_Store .gitignore Please move or remove them before you merge. 
Shell :: unzip command in ubuntu 
Shell :: amend last commit message 
Shell :: artisan migration rollback 
Shell :: sh read file line by line 
Shell :: how to uninstall lightshot in ubuntu 
Shell :: generate ssl certbot nginx 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: setup aws cli ubuntu 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: mocha zsh: command not found: mocha 
Shell :: bash return only first line that contains match 
Shell :: Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: xml 
Shell :: how to activate utf16 in powershell 
Shell :: tar all files and subdirectories 
Shell :: python3.8 install pip 
Shell :: fix shortcut virus cmd 
Shell :: how to install pytorch in conda cpu 
Shell :: powershell parameter mandatory 
Shell :: bash replace substring 
Shell :: show saved wifi password windows 11 
Shell :: how to remove file changes in git 
Shell :: qpdf decrypt with password 
Shell :: Install Nginx, MariaDB and PHP centos rhel 
Shell :: find and replace in all files in directory centos 
Shell :: git switch user 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =