Search Results

0
votes

How to set Araxis as diff / merge tool for MSYS git?

Since I've been bitten to customised git differs/mergers, I thought I would try to fix this one for once and for all. I got to the point where AraxisMerge started, but without the titles of the tab …
2
votes

Solving our versioning and build problems

Git in itself is perfectly suited for having a multitude of branches of source code. However, the maintenance of those branches will always reside at the user and lies outside the scope of a given …
1
vote

Number of commits in a git repository

Just run 'gitk'. It will also show the number of commits on the screen. …