Skip to content

Commit bc2ac33

Browse files
authoredJun 17, 2023
add demo
1 parent 8b1b7a7 commit bc2ac33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# forky
22
**forky** is a CLI tool that you can use to synchronize your forks with upstream repositories. You can select more than one repository at a time and synchronize them. To use **forky** you'll need to create a Github's personal access token.
3+
## Demo
4+
### Dark
5+
![forky-dark](./forky-dark.gif)
6+
### Light
7+
![forky-light](./forky-light.gif)
38
## How does forky work basically?
49
**forky** detect the `default` branch(`main`, `master`, or `trunk` whatever it is) of your forked repository and will try to compare it with the upstream repository's `same-named` branch to find how many commits behind by your forked repositories are. Then it will show available forks which left behind the upstream repositories to synchronize.
510
## Installation

0 commit comments

Comments
 (0)