Sha256: 91d2718db6989ff248e64bd8a4704716944de268f205d1e6b6c1da749a4b32a1

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# Upstreamer

Add `upstream` remote-tracking branch to your forked repository by tracking GitHub.

## Usage

```shell
$ gem install upstreamer
$ cd /path/to/forked-repository
$ git remote -v
origin  https://github.com/your-username/forked-repository.git (fetch)
origin  https://github.com/your-username/forked-repository.git (push)

$ upstreamer
git remote add upstream https://github.com/upstream-username/forked-repository.git

$ git remote -v
origin  https://github.com/your-username/forked-repository.git (fetch)
origin  https://github.com/your-username/forked-repository.git (push)
upstream        https://github.com/upstream-username/forked-repository.git (fetch)
upstream        https://github.com/upstream-username/forked-repository.git (push)
```

## Contributing

1. Fork it ( https://github.com/meganemura/upstreamer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upstreamer-0.0.2 README.md