Skip to content

Instantly share code, notes, and snippets.

View feerrenrut's full-sized avatar

Reef Turner feerrenrut

  • Perth, Western Australia
  • 14:35 (UTC +08:00)
View GitHub Profile
#!/bin/sh
# Use BeyondCompare as difftool for git in cygwin.
# git config --global difftool.bc3.cmd "beyondcompare-diff.sh \"\$LOCAL\" \"\$REMOTE\""
# git difftool -t bc3 branch1..branch2
# Reference: http://www.tldp.org/LDP/abs/abs-guide.pdf
library=githelperfunctions.sh
#[ -f $library ] && . $library