Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

About

This script allows viewing diffs from git using Changes, the diff viewer tool for Mac OS X (http://changesapp.com/).

Usage

gitchdiff [-r:] [repository]

Examples

$ gitchdiff
# Same as:
$ gitchdiff -rHEAD^:HEAD .

$ gitchdiff -rHEAD^^:HEAD
# Same as:
$ gitchdiff -rHEAD^^:HEAD .

$ gitchdiff -master:origin/master
# Same as:
$ gitchdiff -rmaster:origin/master .

$ gitchdiff /path/to/git/repository
# Same as:
$ gitchdiff -rHEAD^:HEAD /path/to/git/repository

$ gitchdiff -rHEAD^:HEAD /path/to/git/repository
# Same as:
$ gitchdiff -rHEAD^:HEAD /path/to/git/repository

Authors

  • Simon Menke
  • Jonathan del Strother (optimizations)
  • Josh Varner (error handling)

About

Git CLI integration for Changes.app

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors