Explore >> Select a destination


You are here

nathanrosenquist.com
| | varunbarad.com
0.9 parsecs away

Travel
| | This is a simple guide on how to sync your fork of a git/github project with upstream changes.
| | mark-story.com
2.5 parsecs away

Travel
| | As a long time open source maintainer, I occasionally have to modify pull requests made by contributors via forks. If a contributor needs help adding/fixing tests, or addressing linter errors, it is often simpler for me to modify a pull request by adding a commit to their branch. I like this workflow as I can help the contributor out, and give them the option to revise my changes as well.
| | jinyuz.dev
1.2 parsecs away

Travel
| | There was a pull request on GitHub and it contains a feature I wanted to test. I didn't know how to test it locally. Should I just copy the changes to my local since the changes weren't that big? But what if it was? Luckily, I found some answers by googling and decided to write it up for future reference. Git provides a command for it and here is the sample syntax
| | misha.brukman.net
20.4 parsecs away

Travel
| Useful Git aliases for streamlined workflows.