New Advanced Tips
-
Styling Mercurial’s CLI
Mercurial’s command line interface is great, but with a little bit of work we can make it even better!
-
Handling Binary Files in a Merge
Mostly we deal with text, source code etc. But sometimes we put binary files into our repository and dealing with the inevitable merge conflict is not as easy as source code.
-
Combining Repositories
What can you do when you realize: “Oh, maybe the documentation should be in the same repository as the code?”
-
Using Convert to Decompose Your Repository
What if your repository is too big for its own britches, and you would rather the projects contained within be their own repositories? But darn it, what about the history?
- More…
New Beginner Tips
-
Finding Uncommon Changesets
How can you tell which changesets are included in revision
Xbut not inY? -
Reverting Dirty Files
You’ve made some changes you don’t want to commit, here’s how to clear them out.
-
Show Changesets Not Yet Pushed
Show what changesets you’ve created since last time you pushed.
-
Always Use Git Diffs
Do you really need diffs that are compatible with a program released in 1985?
- More…