Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git reflog

git reflog
# you will see a list of every thing you've
# done in git, across all branches!
# each one has an index HEAD@{index}
# find the one before you broke everything
git reset HEAD@{index}
# magic time machine
Comment

PREVIOUS NEXT
Code Example
Shell :: install wkhtmltopdf linux command 
Shell :: add user to sudo 
Shell :: install wireshark ubuntu 
Shell :: configure meld as git mergetool ubuntu 
Shell :: get ip of raspberry pi 
Shell :: linux ogg to wav 
Shell :: how to update an existing repository in github 
Shell :: vim jump to line number 
Shell :: node number id generator 
Shell :: how to run different python version 
Shell :: docker run in interactive mode 
Shell :: git check if commit in master 
Shell :: enable null safety flutter using cmd 
Shell :: vue router install 
Shell :: linux ssh with password in one line 
Shell :: install auth token 
Shell :: Accessors are only available when targeting ECMAScript 5 and higher. 
Shell :: docker compose multiple command 
Shell :: snap install slack 
Shell :: upgrade docker compose windows 
Shell :: linux bring process to foreground 
Shell :: powershell create file and directory 
Shell :: bash make directory 
Shell :: color logging python 
Shell :: RHEL check the firewall status 
Shell :: does git bash have bashrc 
Shell :: compdef command not found 
Shell :: docker: Error response from daemon: pull access denied for 
Shell :: how to remove git from a project 
Shell :: give executable permission to a file 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =