CLI tool to sync master branch of forked repository with remote original repostory
npm install upfork -g
- Run the command inside fork repo directory
$ upfork
- On successful sync you will see following messages on the console
✔ Branch synced.
Run below command to update your forked repository
/////// git push origin master ///////
Interested in contributing to this project? You can log any issues or suggestion related to this library here.
Read our contributing guide to get started with contributing to the codebase.