Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git ls files sort by date

git log HEAD --pretty="/invert:%h" --name-only | grep -v -E "^/invert:|^$" | sort -u | while read path;do echo $(git log -1 --pretty="%ad %h" --date=format:"%Y-%m-%d %H:%M:%S" -- "$path") $path;done | sort -u
Comment

PREVIOUS NEXT
Code Example
Shell :: install ag in mac 
Shell :: The following packages have unmet dependencies: nginx : Depends: libssl1.0.0 (= 1.0.2~beta3) 
Shell :: install portainer docker 
Shell :: show applications shortcut ubuntu 
Shell :: linux check if using wayland or x11 
Shell :: linux killed 
Shell :: too many security failures vnc 
Shell :: git specify ssh key for repo 
Shell :: change branch name 
Shell :: qemu convert qcow2 to vmdk 
Shell :: npm morgan install 
Shell :: kill process unix 
Shell :: gcloud scp 
Shell :: what is pipe line command in linux? 
Shell :: git file too long 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: how to undo a local commit 
Shell :: phpcs diferent xml 
Shell :: pip install rasterio 
Shell :: command to find a file or directory in the current directory 
Shell :: amplify remove environment 
Shell :: git change master branch 
Shell :: linux env 
Shell :: brew services start mongodb-community@4.4 
Shell :: generate ssh key 
Shell :: close tcp port on mac 
Shell :: ubuntu wifi enabled no internet connection 
Shell :: iis restart cfrom command promt windows 
Shell :: git view branch 
Shell :: delete git stash list 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =