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 :: bash read file line by line 
Shell :: git initialize repository 
Shell :: how to remove all space in file 
Shell :: search file in ubuntu 
Shell :: powershell create file and directory 
Shell :: git rm cached 
Shell :: list all user ubuntu server 
Shell :: add user ubuntu 20.04 
Shell :: how to revert to a specific commit in origin 
Shell :: install yarn fedora 
Shell :: npmrc file location windows 
Shell :: show proxy from powershell 
Shell :: starting apache2 server 
Shell :: install office 365 in ubuntu 
Shell :: hugo build 
Shell :: rpm install google-chrome-stable in cmd 
Shell :: git clone the certificate chain was issued by an authority that is not trusted 
Shell :: split command in splunk 
Shell :: ubuntu login as root 
Shell :: create a file in vim 
Shell :: npm websocket 
Shell :: Linux Mint reset xfce-panel 
Shell :: uvicorn ERROR: [Errno 98] Address already in use 
Shell :: google-chrome in ubuntu 
Shell :: windows 10 install wsl2 
Shell :: changing master to main 
Shell :: git stash abort 
Shell :: to import sass files you first need to install node-sass. react 
Shell :: check ssh connection history linux 
Shell :: ERROR: Could not build wheels for backports.zoneinfo, which is required to install pyproject.toml-based projects 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =