 
      
    | You are here | betterdev.blog | ||
| | | | | mislav.net | |
| | | | | Some hidden gems of git version control | |
| | | | | felipec.wordpress.com | |
| | | | | 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 | |
| | | | | A collection of Git tips and tricks you might not know. | |
| | | | | www.aleksandrhovhannisyan.com | |
| | | 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. | ||