Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Aug 11, 2016
1 parent 832c1cd commit 164b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repository-sync
===============

Easily sync between two repositories, one private, one public.
repository-sync is a tool designed to keep two repositoriesone private, one public—entirely in sync. Private commits are [*squashed*](http://jamescooke.info/git-to-squash-or-not-to-squash.html) into a single commit to avoid leaking information. Similarly, every public commit is brought over to the private repository, so that none of the history is lost.

[![Build Status](https://travis-ci.org/gjtorikian/repository-sync.svg?branch=master)](https://travis-ci.org/gjtorikian/repository-sync)

Expand Down

0 comments on commit 164b02b

Please sign in to comment.