Web Course Mid Project
How to create a new branch?
-
Go to your visual code and go to "master" branch.
-
pull the newest version of the "master".
-
push the button on the down left of the visual code that says "master".
-
there will be a new page, push create a new branch.
-
give an appropriate name to your branch.
-
push the publish button on the branch using the button on the bottom left.
How to go back to the master branch?
-
First commit your own branch.
-
then click on the button on the down left of the visual code that says your branch name.
-
pick master branch there.
-
push the sync or push/pull button to update the master.
How to pull request?
-
Commit your branch.
-
push your branch.
-
go the github page, go the branches.
-
There would be a button called Pull Request on your branch, click it.
-
Send it using the green button. Add comments on what you did.