Horje
git pull from previous commit Code Example
git pull from previous commit
git checkout -b old-state 0d1d7fc32
how to revert to log in git
git revert --no-commit 0766c053..HEAD
git commit
git pull from previous commit
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32




Shell

Related
how to go to a previous commit state Code Example how to go to a previous commit state Code Example
checkout master with previous commit Code Example checkout master with previous commit Code Example
bash array Code Example bash array Code Example
git prune local branches Code Example git prune local branches Code Example
revert to commit git Code Example revert to commit git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11