Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git check which files are committed

$ git show --pretty="" --name-only bd61ad98    
index.html
javascript/application.js
javascript/ie6.js
Comment

how to see what files are committed in git

git ls-tree --name-only -r <commit-ish>
Comment

PREVIOUS NEXT
Code Example
Shell :: git set up 
Shell :: git rollback 
Shell :: git untag 
Shell :: ubuntu libqt4 
Shell :: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 
Shell :: tasksel uninstall package 
Shell :: command to create an react app 
Shell :: git command 
Shell :: for while bash 
Shell :: install ruby json gem in aws ec2 
Shell :: amazon linux wireguard 
Shell :: github gist api 
Shell :: create vue app locally 
Shell :: git remote push 
Shell :: create a doxygen config file 
Shell :: vsode zsh 
Shell :: bash how to print the list of files in a directory ls 
Shell :: search for a filetype extension PowerShell 
Shell :: Does Ubuntu use deb or rpm? 
Shell :: could not store password 
Shell :: ssh passphrase stop prompting 
Shell :: ubuntu disable auto suspend command line 
Shell :: stop gnix 
Shell :: Create permanent env variable 
Shell :: download powershell 7.2.1 
Shell :: git stash apply previous 
Shell :: wrk install 
Shell :: how to realse the lock in the linux in apt 
Shell :: store command into array bash 
Shell :: arch linux install guide 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =