Explore >> Select a destination


You are here

kennyballou.com
| | www.aleksandrhovhannisyan.com
20.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.
| | www.jeremykun.com
20.2 parsecs away

Travel
| | Recently my employer (Google) forced me to switch to Mercurial instead of my usual version control system, git. The process of switching sparked a few discussions between me and my colleagues about the value of various version control systems. A question like "what benefit does git provide over Mercurial" yielded no clear answers, suggesting many developers don't know. An informal Twitter survey didn't refute this claim. A distinguished value git provides me is the ability to sculpt code changes into stories.
| | ejpcmac.net
60.1 parsecs away

Travel
| |
| | techblog.izotope.com
127.5 parsecs away

Travel
| Nick Donaldson Version control is an indispensable tool in modern software development, and Git is one of the most popular and widely used version control systems available today. However, despite its pervasiveness, many development teams do not use Git to its full potential, often due to a lack of a well constructed and adhered-to Git...