You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git log [--oneline | --graph] --all #show commit history
git reset -- [mixed | soft | hard] [HEAD~n | commit hash] #mixed is a default option; HEAD~n choose how many commit to move back; commit hash is go back using hash code