Giter Club home page Giter Club logo

tailor's Introduction

What is Tailor?

Tailor is a testing and demonstration platform for a pure javascript Git workflow implemented using the open source git-html5.js library.

It's also a fairly decent code editor. It's a port of the Adobe Brackets code editor to a Chrome packaged app. So, besides Git support, other notable features include

  • Code highlighting for the most popular programming languages.
  • Autocomplete for javascript, css, and html.
  • Integrated JSLint for javascript.

Tailor is available on the Chrome web store. It's also open source and hosted on github.

Git Workflow

Tailor has access to the browser's sandboxed file system via the HTML5 FileSystem api. A user can import a remote Git repository into this sandboxed file system. With some limitations, they can then keep their local sandboxed filesystem and remote git repository in sync.

Clone a new project

When you start up Tailor for the first time or if you go to File->New Project, you're given the option to import a Git Repo.

Watch a demo on youtube

Commit local changes

After saving some changes in the editor, you can commit these changes to your local git repo.

Watch a demo on youtube

Push local changes to the remote

After making some changes and committing them, you can push these changes to your remote git repo.

Watch a demo on youtube

Pull remote changes to the local

If someone else makes changes to the git repo, you can pull these changes into your local git repo and working copy.

Watch a demo on youtube

Branching

One limitation of git-html5.js is that it only supports fast-forward merging. Therefore, it's possible to get in a situation where you won't be able to push your current branch back to the git repo. In this situation, if you want to push your changes, you'll have to create a local branch, perform a checkout, then push this new branch to your remote git repository.

Watch a demo on youtube

You could then do a web based merge using your hosting provider or if it's really hairy from the command line.

tailor's People

Contributors

cantrell avatar chrisbank avatar dangoor avatar denniskehrig avatar eztierney avatar garthdb avatar gruehle avatar iwehrman avatar jasonsanjose avatar jbalsas avatar jdiehl avatar jeffkenton avatar jeffrybooher avatar joelrbrandt avatar larz0 avatar lkcampbell avatar mynetx avatar njx avatar peterflynn avatar pthiess avatar raymondlim avatar redmunds avatar ryanackley avatar ryanstewart avatar tommalbran avatar tuckerwhitehouse avatar tvoliter avatar walfgithub avatar websitedeveloper avatar zeis avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.