RichiH / vcsh

config manager based on Git
GNU General Public License v2.0
2.2k stars 124 forks source link

push & pull are broken #305

Closed RichiH closed 3 years ago

RichiH commented 3 years ago

https://github.com/RichiH/vcsh/pull/253 introduced a bug which broke both vcsh push and vcsh pull: $VCSH_BRANCH was not set in list_has_remote().

RichiH commented 3 years ago

(the bug never made it into any tags/releases)