Explore >> Select a destination


You are here

blog.keikooda.net
| | conradresearch.com
1.9 parsecs away

Travel
| | Guide to building the Turso Golang client on FreeBSD.
| | wittchen.io
0.8 parsecs away

Travel
| | When you fork GitHub repository, you usually want to have your fork up to date with the original repository. You can update your fork in a few easy steps. Just look at the following example of the Git commands: Add the remote, call it upstream: git remote add upstream https://github.com/whoever/whatever.git Fetch all the branches of that remote into remote-tracking branches, such as upstream/master: git fetch upstream Make sure that you're on your master branch:
| | jinyuz.dev
2.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
| | kewah.com
23.1 parsecs away

Travel
| Practices to write a meaningful commit message.