Explore >> Select a destination


You are here

mikecoats.com
| | www.jtolio.com
4.7 parsecs away

Travel
| |
| | jinyuz.dev
5.8 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
| | tannerdolby.com
8.2 parsecs away

Travel
| | To begin contributing to open-source software, you might want to become familiar with Git. Understanding the workflow of creating your own local copy of a repository and keeping it up to date with the upstream repository is integral to start contributing in public projects.
| | stevenhicks.me
82.4 parsecs away

Travel
| Work projects require git commits to be signed with my work email; I'd like commits on my personal projects to be signed with my personal email. The solution: conditional includes in my .gitconfig!