upfork

Sync master branch for forked repository

Usage no npm install needed!

<script type="module">
  import upfork from 'https://cdn.skypack.dev/upfork';
</script>

README

upfork

Build

CLI tool to sync master branch of forked repository with remote original repostory

Install

npm install upfork -g

Usage

  • 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  ///////

Contributing

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.

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌

Related