You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the various commands which can be used to update the repo
First move to the respective directory where the NASA-SPACE-APP-CHALLENGE-2019 is present.
Open the command line client or git bash in that particular directory.
git status //it will show all the new changes in the red color marks
git add . //to add all the changes
git commit -m "Write any message into it" //write the message in the double quotes so that another contributor can understand your changes
git push -f origin master // to push all the changes in the respective repository. For example: it will push the changes in your respective repo DhruvKinger/NASA-SPACE-APP-CHALLENGE-2019.
After of go to the your github repository on github.com/DhruvKinger/NASA-SPACE-APP-CHALLENGE-2019.
It will show you a Green Button generate the pull request through this you would be able to create a pull request to the master repo which is basically the irahulcse/NASA-SPACE-APP-CHALLENGE-2019.
After of it we will merge the changes in that repo and continue the development part.
@DhruvKinger If any query pls ask in the issue section.
The text was updated successfully, but these errors were encountered:
Below are the various commands which can be used to update the repo
First move to the respective directory where the NASA-SPACE-APP-CHALLENGE-2019 is present.
Open the command line client or git bash in that particular directory.
git status //it will show all the new changes in the red color marks
git add . //to add all the changes
git commit -m "Write any message into it" //write the message in the double quotes so that another contributor can understand your changes
git push -f origin master // to push all the changes in the respective repository. For example: it will push the changes in your respective repo DhruvKinger/NASA-SPACE-APP-CHALLENGE-2019.
After of go to the your github repository on github.com/DhruvKinger/NASA-SPACE-APP-CHALLENGE-2019.
It will show you a Green Button generate the pull request through this you would be able to create a pull request to the master repo which is basically the irahulcse/NASA-SPACE-APP-CHALLENGE-2019.
After of it we will merge the changes in that repo and continue the development part.
@DhruvKinger If any query pls ask in the issue section.
The text was updated successfully, but these errors were encountered: