Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get unpushed commits

git log origin/master..HEAD
Comment

see unpushed commits

# Unpushed commits
git log origin/master..HEAD

# Unpushed commit diff
git diff origin/master..HEAD
Comment

git show unpushed commits

// shows oldest one at the top, unless you rebased
git cherry -v 
Comment

PREVIOUS NEXT
Code Example
Shell :: multiple ssh key 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: yarn global 
Shell :: how to check requirements.txt was installed correctly 
Shell :: shorten the linux terminal path 
Shell :: reaect native reactotron 
Shell :: cant-push-to-github-because-of-large-file-which-i-already-deleted 
Shell :: install docker ubuntu 20 
Shell :: read all test in golang 
Shell :: change default terminal linux 
Shell :: docker start container 
Shell :: get bluetooth devices powershell 
Shell :: error: src refspec master does not match any 
Shell :: reset certain file git 
Shell :: git cherry pick commit 
Shell :: create file in linux 
Shell :: node ffmpeg 
Shell :: bash replace substring in string 
Shell :: firefox ubuntu snap install 
Shell :: change wallpaper ubuntu 
Shell :: video not working linux 
Shell :: install composer phar 
Shell :: ubuntu fractional scaling 
Shell :: add branch to bash-prompt 
Shell :: ubuntu delete folder 
Shell :: how to upgrade pnpm 
Shell :: install robot framework 
Shell :: python alias 
Shell :: git remove all user data 
Shell :: install git linux 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =