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