Github Commands
Github Commands
7. git remote add origin <project link> Location set if failed: git remote rm
origin
then do SL 7.
8. git remote -v Showing added origins
1o. git clone <project link> First time clone project No need if u don’t want
/ Download the project to download
from github
Branch system:
12. git checkout -b <branchname> Create new branch
13. git checkout <branchname> Switch to another
branch
14. Git branch Show all available
branch
Project e change korle:
15. git add *
16. git status