Skip to content

Instantly share code, notes, and snippets.

@grzesiek2010
Created January 22, 2020 21:33
Show Gist options
  • Save grzesiek2010/2b35de7febd96f5771e6470d1d52ff2c to your computer and use it in GitHub Desktop.
Save grzesiek2010/2b35de7febd96f5771e6470d1d52ff2c to your computer and use it in GitHub Desktop.
Pushing to someone else's pull request on GitHub
git remote add kkrawczyk123 https://github.com/kkrawczyk123/collect.git
git fetch kkrawczyk123
git checkout pr/3605
[change and commit]
git push kkrawczyk123 pr/3605:add-and-update-settings-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment