Skip to content

Source Code Management (SCM)

1138-4EB edited this page May 10, 2015 · 1 revision

GitExtensions

Analysis

Mapping authors

  • gitinspector, which requires Python, is a statistical analysis tool with multiple ouput formats.
  • gitinspector.py -wTHlr -f m,tex,png,mat,txt -F html path-to-repo > path-to-output
  • gource, is an OpenGL-based 3D visualisation tool.
  • gource --key 1024x768 --seconds-per-day .5 --auto-skip-seconds .2 --font-colour 000000 --hide filenames --hash-seed 69 path-to-repo
  • git_stats is a statistics generator that uses Ruby and outputs dynamic HTML.
  • git-cal, a github like contributions calendar on terminal written in Perl.
  • git-stats uses JavaScript and outputs a GitHub-like contributions calendar, but locally.
  • GitStats, a statistics generator at GitHub and SourceForge, uses Python, JavaScript, Perl and CSS, and outputs static HTML.
  • gitstat is a static HTML-based statistics and monitoring system.

Merge

[merge]
	tool = winmerge
[mergetool "winmerge"]
	cmd = "'C:/Program Files (x86)/WinMerge/WinMergeU.exe'" -u -e "$LOCAL" "$REMOTE" "$MERGED"
[diff]
	tool = winmerge
[difftool "winmerge"]
	cmd = "'C:/Program Files (x86)/WinMerge/WinMergeU.exe'" -u -e "$LOCAL" "$REMOTE"
Clone this wiki locally