Fork me on GitHub
#babashka
<
2023-03-15
>
Jakub Šťastný12:03:34

Hey guys. Is it possible to specify a branch for installation with https://github.com/babashka/bbin? My default branch is full of literate programming files (`.org`) https://github.com/jakub-stastny/et On my CI I tangle these files to .clj and whatever else is necessary and publish it as another branch https://github.com/jakub-stastny/et/tree/src Hence I need to install the src branch and I haven't found in the README how to do that.

borkdude12:03:16

You can specify a specific commit or tag

Jakub Šťastný13:03:30

Oh yeah, get it now bbin install [email protected]:jakub-stastny/et.git --git/sha 46db964d37ea1c3852c3a6a22cb616eb1ea3e33e --as et