Skip to content

Instantly share code, notes, and snippets.

@Anachron
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save Anachron/2caceefd4ada46b3aa0a to your computer and use it in GitHub Desktop.

Select an option

Save Anachron/2caceefd4ada46b3aa0a to your computer and use it in GitHub Desktop.
  • 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.
@wirespecter

Copy link
Copy Markdown

Thanks a lot!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment