Cali0707 / git-utils

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

Support master branch in sync #12

Closed Cali0707 closed 11 months ago

Cali0707 commented 11 months ago

Fixes #11

This PR finds the branch name referred to by HEAD on the origin repository, and then uses that branch name for all the git sync commands.

Cali0707 commented 11 months ago

@inesqyx can you test this on your repo with master?