Explore >> Select a destination


You are here

betterdev.blog
| | mislav.net
11.1 parsecs away

Travel
| | Some hidden gems of git version control
| | felipec.wordpress.com
10.7 parsecs away

Travel
| | Probably one of most powerful and under-utilized concepts of git is the upstream tracking branch, and to be honest it probably was too difficult to use properly in the past, but not so much any more. Here I'll try to explain what it is, and how you can take the most advantage out of it....
| | vladimirzdrazil.com
12.2 parsecs away

Travel
| | A collection of Git tips and tricks you might not know.
| | www.aleksandrhovhannisyan.com
89.9 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.