Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git show last commit

git show --summary
Comment

git log show last n commits

For n = 5:
git log -n 5
Comment

list last commits git

$ git commit -v --amend
Comment

git view last commits

git log -n (replace n by number of commits, -2,-5...)
Comment

PREVIOUS NEXT
Code Example
Shell :: git pull asks for passphrase every time 
Shell :: ubuntu undelete a whole directory 
Shell :: linux recursive find file content 
Shell :: read a file and count how many lines 
Shell :: how to update local repo when i make changes to github remote repo 
Shell :: CMake: unsupported GNU version -- gcc versions later than 8 are not supported 
Shell :: mdem ubuntu ssh key 
Shell :: how copy data from local to hdfs 
Shell :: git delete last commit 
Shell :: du linux 
Shell :: Checking dependencies BASH 
Shell :: linux change user shell /bin/false 
Shell :: install powershell 7 
Shell :: boolean in shell script 
Shell :: ubuntu windows root directory 
Shell :: install influxdb 
Shell :: github merge 
Shell :: create git repo 
Shell :: bash for stdin 
Shell :: check mtu size linux 
Shell :: access django admin 
Shell :: linux change user and group 
Shell :: how to remove a file from git but keep local and ignore file 
Shell :: Not pushed + most recent commit 
Shell :: rsync backup 
Shell :: adb shell 
Shell :: flutter android embedding check version 
Shell :: uninstall kite 
Shell :: linux hdparm 
Shell :: notepad++ alternative 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =