Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git soft reset head

git reset --soft HEAD^
//resets head by 1
Comment

git undo git reset --soft HEAD~1

To undo:  git reset --soft HEAD~1
Use: git reset 'HEAD@{1}'
Comment

git reset soft

git reset --soft
Comment

PREVIOUS NEXT
Code Example
Shell :: git force checkout 
Shell :: Error: EACCES: permission denied, mkdtemp linux ubuntu 
Shell :: tmu rename tab 
Shell :: Shell CLI Argument Default Value 
Shell :: how to delete a non empty directory in linux 
Shell :: echo export path 
Shell :: install siege on mac 
Shell :: open chrome without web security mac 
Shell :: Bash file permission 
Shell :: reset to origin 
Shell :: how to download terminator in ubuntu 
Shell :: git remove added file 
Shell :: npm postgres 
Shell :: gzip folder .gz file in linux 
Shell :: how to install .bin file in linux 
Shell :: install oh my zsh mac 
Shell :: permission exec linux 
Shell :: install spotify on linux 
Shell :: how to restart raspberrypi via ssh 
Shell :: how to list running processes in linux 
Shell :: clear metro bundler cache 
Shell :: install vim mac 
Shell :: installing react router dom with yarn 
Shell :: npm install production 
Shell :: ubuntu empty a file 
Shell :: how to run a command on startup in linux ubuntu or centos 
Shell :: fetching a forked branch 
Shell :: docker save in windows 
Shell :: install itertools 
Shell :: git tag and relasease 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =