Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 633 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 633 Bytes

(WIP) Sketch To Git

need Sketch 43+

Install

Download Zip File, and double click on SketchToGit.sketchplugin. That's it

Git

This plugin don't manage your git folder. You need to do this with CLI or GUI.

To use git with CLI

$ git init
$ git checkout -b newBranch

Make your change on sketch. Click on Unzip option or press Cmd + Shift + U.

Don't forget to generate .gitignore with "*.sketch"

Then

$ git add --all
$ git commit -m "[CHG] DESCRIBE YOUR CHANGE HERE"

You can do this with Git GUI like Git Kraken or Github Desktop.


Inspired by https://github.com/mathieudutour/git-sketch-plugin