Skip to content

Ramlinbird/testgit

Repository files navigation

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  

About

This repository is for learning how to use git.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published