Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 228 Bytes

git.md

File metadata and controls

9 lines (8 loc) · 228 Bytes

Git Commands

git init
git remote add origin https://github.com/sarun85/crud.git
git branch --set-upstream-to=origin/master master
git remote -v
git push https://github.com/sarun85/crud.git HEAD:refs/heads/master