- Fork the other repository that you want to change (https://github.com/Hackademic/hackademic/fork)
- Clone your forked repository
git clone -b next-dev https://github.com/NullArgument/hackademic - Add the original repository url
git remote add source https://github.com/Hackademic/hackademic - Make changes and commit them
git add .(add . to add all changes) - Commit the changes
git commit -m <MESSAGE> - Push the changes back to github (so far only local)
git push - Visit github and create a PR if all is okay https://github.com/NullArgument/hackademic/compare
- If you want to update your local repository with the Hackademic changes, you type
git pull source.
Last active
August 29, 2015 14:08
-
-
Save Anachron/2caceefd4ada46b3aa0a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot!!!