Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get current commit message git

git log -1
Comment

git show get commit message

git show --pretty=format:"Info:%an,%ad,%s" c426ab80d64f7c36d550161f9afce7b833d40634 | grep Info
Comment

git see current commit message

git show
Comment

git get commit info

git show 5eba8ab3b718a6ab6610186be934ba214e228a58
git show <commit-hash>
Comment

git find commit by message

git reflog
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade bash version mac 
Shell :: install opencv 
Shell :: git branch list 
Shell :: zsh fzf plugin 
Shell :: uninstall multipass 
Shell :: git merge abort 
Shell :: tar compress 
Shell :: windows service start 
Shell :: whoami linux 
Shell :: rsync with ssh key 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: remove global packages npm 
Shell :: git alias list 
Shell :: unzip tar.xz linux 
Shell :: mac ram size cli 
Shell :: get size of file linux 
Shell :: install fish ubuntu 
Shell :: spyder 4.2.5 requires pyqt5<5.13, but you have pyqt5 5.15.4 which is incompatible. 
Shell :: rename all files in a folder with progressive numbers linux 
Shell :: linux scroll in flutter 
Shell :: kubernetes get logs from pod 
Shell :: wine ubuntu 
Shell :: linux login to github via git 
Shell :: / bin/sh: 1: bc: not found 
Shell :: show conflicts git 
Shell :: get Operating system command 
Shell :: configure editor for git 
Shell :: bash script get ip address of eth0 
Shell :: check changes after git pull 
Shell :: npm install mongoose specific version 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =