Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the repo as soon as someone made changes! #1

Open
irahulcse opened this issue Oct 26, 2019 · 0 comments
Open

Update the repo as soon as someone made changes! #1

irahulcse opened this issue Oct 26, 2019 · 0 comments
Assignees

Comments

@irahulcse
Copy link
Owner

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.

@irahulcse irahulcse self-assigned this Oct 26, 2019
@irahulcse irahulcse pinned this issue Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant