https://github.com/mathieudutour/git-sketch-plugin
:gem::octocat: A Git client generating pretty diffs built right into Sketch.
https://github.com/mathieudutour/git-sketch-plugin
git sketch sketch-plugin
Last synced: 6 months ago
JSON representation
:gem::octocat: A Git client generating pretty diffs built right into Sketch.
- Host: GitHub
- URL: https://github.com/mathieudutour/git-sketch-plugin
- Owner: mathieudutour
- License: mit
- Created: 2016-01-22T22:55:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:13:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T08:12:41.212Z (7 months ago)
- Topics: git, sketch, sketch-plugin
- Language: JavaScript
- Homepage: https://mathieudutour.github.io/git-sketch-plugin
- Size: 4.67 MB
- Stars: 2,440
- Watchers: 58
- Forks: 126
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## This plugin was a first attempt to bring version control and collaboration to designers. Since then, Sketch evolved a lot and my new project takes advantages of them to unlock _true_ version control. Check it out: [http://kactus.io](http://kactus.io)
---

# git-sketch-plugin
[](https://github.com/mathieudutour/git-sketch-plugin/releases)
[](http://bit.ly/SketchRunnerWebsite)
A Git client built right into [Sketch](http://www.bohemiancoding.com/sketch). Generate [pretty diffs](https://github.com/mathieudutour/git-sketch-plugin/pull/1/files) so that everybody knows what are the changes!
From ...

... To


## Requirements
- [Sketch](http://sketchapp.com/) >= 3.4 (**not** with the sandboxed version ie from the App Store).
- [Git](https://git-scm.com/) (coming with OS X so you shouldn't have to do anything)
- [Xcode Command Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/)
## Installation
### From a release (simplest)
- [Download](https://github.com/mathieudutour/git-sketch-plugin/releases/latest) the latest release of the plugin
- Un-zip
- Double-click on Git.sketchplugin
### From the sources
- Clone the repo
- Install the dependencies (`npm install`)
- Build (`npm run build`)
- Double-click on Git.sketchplugin
## Documentation
For a Getting started guide, FAQ, etc. check out our [docs](https://github.com/mathieudutour/git-sketch-plugin/tree/master/docs)!
## Want to contribute?
Anyone can help make this project better - check out our [Contributing guide](/.github/CONTRIBUTING.md)!