Sha256: 983c1d13613c77e7f4ef3ccb5c60f9b4d9fd260115002fa6f595f0fa99fb317d
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# Upstreamer Add `upstream` remote-tracking branch to your forked repository by tracking GitHub upstream. ## 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 find upstream... 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.1 | README.md |