Explore >> Select a destination


You are here

tannerdolby.com
| | github.com
13.1 parsecs away

Travel
| | A Jekyll quick start to getting up and going with the IndieWeb - GitHub - miklb/jekyll-indieweb: A Jekyll quick start to getting up and going with the IndieWeb
| | felipec.wordpress.com
9.8 parsecs away

Travel
| | Chances are you are using a triangular workflow, even if you don't know it. A triangular workflow simply means that you pull from one repository, and push to another. This is what the vast majority of Git users do, unfortunately most of the good stuff is buried in the nearly incomprehensible official manpages. In this...
| | nathanrosenquist.com
6.8 parsecs away

Travel
| |
| | www.aleksandrhovhannisyan.com
84.2 parsecs away

Travel
| It can be tempting to lump unrelated code changes into a single commit, but this makes it difficult to debug and time travel in Git. Prefer to write atomic commits that have a single responsibility.