Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git go back to previous commit

git checkout 12feg3435 #commit ID
Comment

after checking out a previous commit go back to latest commit

git checkout <commit hash>	# go to previous commit
git revert <commit hash>  	# revert action of going to previous commit
Comment

PREVIOUS NEXT
Code Example
Shell :: create github repo without browser 
Shell :: install h5py in jetson nano 
Shell :: debian pinning packages 
Shell :: mikrotik reboot bash sintakx 
Shell :: list hdfs running linux 
Shell :: linux download from google drive private file 
Shell :: Missing essential plugins: com.android.tools.design org.jetbrains.android 
Shell :: extract tar.gz linux command line 
Shell :: rename master to main 
Shell :: install sdl msys2 
Shell :: pi disable ssh warning 
Shell :: change directory in git bash 
Shell :: graphql install strapi 
Shell :: how set php version for composer in ubuntu 
Shell :: install heroku cli 
Shell :: vcpkg install 64 bit 
Shell :: mdem ubuntu ssh key 
Shell :: squash my last x commits together using git 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: unix permissions 
Shell :: create .pem file from crt 
Shell :: how to install redux 
Shell :: Run valet secure 
Shell :: linux how to find files with broken link 
Shell :: razer synapse for linux 
Shell :: homebrew without sudo mac 
Shell :: install adminlte in laravel 
Shell :: start up vagrant 
Shell :: github accout change on vsc 
Shell :: convert crt to cer with commnd 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =