Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 211 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 211 Bytes

Basic Git Tutorial

git add xxx  
git rm xxx  
git commit -m "xxx"  
git checkout -- xxx  
git log --pretty=oneline  
git reset --hard HEAD^  
git reset --hard xxx  
git push