Cali0707 / git-utils

A collection of useful git tools
Apache License 2.0
3 stars 2 forks source link

Support non forked repos in `git-sync` #37

Open Cali0707 opened 9 months ago

Cali0707 commented 9 months ago

Currently, git-sync only works if I am syncing with a repo which is a fork. It should work if I am using it with a repo I own directly which is not a fork as well, and just fetch from origin if that is the case.