Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 218 Bytes

git.md

File metadata and controls

9 lines (6 loc) · 218 Bytes

Git

Commands

  • Reset repository
rm -rf .git && git init && git add . && git commit -m "Initial commit." && git remote add origin [email protected]/my-repo.git && git push -u --force origin master