Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git log with date and author info

git log --pretty=format:"%as - %s [%an]"
// This will print in format
// 2022-06-15 - Some commit (#10) [ John, Doe ]
Comment

PREVIOUS NEXT
Code Example
Shell :: sed tab to space 
Shell :: download file via ssh with port 
Shell :: allow port on ufw 
Shell :: clone branch git 
Shell :: git delete last commit in remote 
Shell :: grep capture group 
Shell :: grep all lines after first match 
Shell :: shell iterate over lines in variable 
Shell :: vue postcss 8 tailwindcss 
Shell :: ionic capacitor video player install 
Shell :: npm install web3 vue 
Shell :: linux edit file 
Shell :: how to open folder in files from terminal linux 
Shell :: bash assigning to new array 
Shell :: how to edit old commit message in git 
Shell :: Linux get bluetooth mac address 
Shell :: arch linux install guide 
Shell :: docker connect usb device 
Shell :: ffmpeg from frames range to video 
Shell :: vim change all spaces to tabs 
Shell :: shell script -z 
Shell :: github api tutorial 
Shell :: install jupyter 
Shell :: How do i search for available packages from the command-line 
Shell :: git move tag position 
Shell :: install flutter in android studio 
Shell :: bash while 
Shell :: Jenkins ssh credentials in pipeline 
Shell :: how to image an entire disk on linux 
Shell :: windows terminal background image 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =