Closed arnm closed 6 years ago
I need to specify a specific github brach/tag
something like:
ok github $bork_home/.emacs.d syl20bnr/spacemacs --branch release-0.200 --ssh
I can do conditional work with did_install but when I run bork status it will say the repo is mismatching because of the branch change.
did_install
bork status
should have read the docs bork types
bork types
ok git $bork_home/.emacs.d git@github.com:syl20bnr/spacemacs.git --branch=release-0.200
I need to specify a specific github brach/tag
something like:
I can do conditional work with
did_install
but when I runbork status
it will say the repo is mismatching because of the branch change.