Git Commands - rohitshukla7/Java_Practice GitHub Wiki
Git commands used to add repositories on Github.
- git init
- git add .
- git commit -m "message"
- git remote add origin
- git remote set-url origin (Conditional)
- git push -u origin master
Git commands used to add repositories on Github.