Le 16/04/12 19:18, Jeremy Postlethwaite wrote: <snip>
If you need to know Git very well, then this is a very helpful list of commands you need to know:
http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users
Thanks for sharing this link! I have learned two new commands:
See X ways diff when having a merge conflict:
git diff --merged
Browse the blame history easily:
git gui blame