-
Notifications
You must be signed in to change notification settings - Fork 0
About Git
jjongwuner edited this page Jul 21, 2019
·
2 revisions
-
Watch: Set alarm when there is a change in storage.
-
Star: Features like Facebook Like.
-
Fork: Copying someone's repository to my repository.
-
Code: Shows the currently saved code.
-
Issues: Write the problematic part of your code.
- Pull Request (PR): Modifying and uploading the code. I can modify and contribute directly to others' code.
-
git remote: Remote repository refers to the repository on the Internet (the repository in github). It is said to keep the repository in the middle of tracing pull, push, and branches.
Ex.git remote,git remote -v,git remote add (name of storage) (name of branch)
-
git push:
Ex.git push -u origin master