Skip to content

mathieudutour/git-sketch-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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


git-sketch-plugin

GitHub release GitHub release

A Git client built right into Sketch. Generate pretty diffs so that everybody knows what are the changes!

From ... Ugly

... To Pretty

screen cast

Requirements

Installation

From a release (simplest)

  • Download 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!

Want to contribute?

Anyone can help make this project better - check out our Contributing guide!