You are here |
blog.waleedkhan.name | ||
| | | |
www.jeremykun.com
|
|
| | | | 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. | |
| | | |
github.com
|
|
| | | | `git test fix`, `git test run --search` | |
| | | |
wpsoftware.net
|
|
| | | | ||
| | | |
ericlathrop.com
|
|
| | One of my favorite parts of Git is how it lets you fix your mistakes. One mistake I needed to fix a few times in the last year was having two separate repositories, when they ought to be a single respository. I will present commands to merge a child repository into a parent respository as a subdirectory. The new child repository subdirectory will preserve its history and look like it was always part of the parent repository. |