1.3.2 • Published 3 years ago

git-share v1.3.2

Weekly downloads
8
License
ISC
Repository
-
Last release
3 years ago

Git Share 🤝

A CLI for quickly sending your unfinished changes to someone else via git.

Installation

No installation required! Just run the package with npx git-share.

You can also install the package using npm i -g git-share to skip installation on each run.

Usage

If you allow installation of the git aliases you can use git share and git take.

Without the aliases you can use npx git-share and npx git-share take.

Running git share will commit all local changes to a new branch called share/<random-number> and push it up.

Running git take will pull down that branch, apply the changes to your working tree, and delete the branch.

Publishing

  1. Run npm run release
1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago