- Make sure the Code Collaborator client is installed and configured
- Save the preceeding Bash script
gitExtensionsToCodeCollaborator.shto your filesystem - Modify the
USERNAMEBash variable to be your Code Collaborator username - Open Git Extensions
- Go to
Tools > Settings > Scripts - Click
Add - Set
NametoCode Review - Check the
Enabledcheckbox - Check the
Add to revision grid context menucheckbox - Set
Commandto the path tobash.exe, for example,C:\Program Files\Git\bin\bash.exe - Set
Argumentsto the path to the Bash script plus some arguments, for example:
"C:/Program Files/Collaborator Client/gitExtensionsToCodeCollaborator.sh" "{sHash}" "{sMessage}"