Skip to content

Instantly share code, notes, and snippets.

@dpshelio
Created November 13, 2012 21:09
Show Gist options
  • Save dpshelio/4068414 to your computer and use it in GitHub Desktop.
Save dpshelio/4068414 to your computer and use it in GitHub Desktop.
git remote add keith https://github.com/khughitt/sunpy.git
git fetch keith
git checkout keith/master
git checkout -b keithmaster
#modify a file
git commit -am "testing update of a pulling request"
git push main keithmaster
and pull request from github to khughitt/sunpy master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment