This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-15
Channels
- # babashka (4)
- # beginners (129)
- # calva (63)
- # clerk (7)
- # clj-kondo (8)
- # clojure (43)
- # clojure-boston (1)
- # clojure-europe (37)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (3)
- # clojurescript (6)
- # clr (1)
- # code-reviews (9)
- # cursive (21)
- # datomic (2)
- # docker (32)
- # emacs (10)
- # events (1)
- # exercism (1)
- # fulcro (1)
- # hugsql (1)
- # hyperfiddle (47)
- # leiningen (1)
- # lsp (30)
- # malli (39)
- # missionary (1)
- # off-topic (22)
- # pathom (2)
- # portal (14)
- # practicalli (4)
- # rdf (13)
- # reagent (18)
- # reitit (7)
- # releases (7)
- # remote-jobs (2)
- # sci (2)
- # shadow-cljs (45)
- # sql (7)
- # tools-build (11)
- # xtdb (12)
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.
Oh yeah, get it now bbin install [email protected]:jakub-stastny/et.git --git/sha 46db964d37ea1c3852c3a6a22cb616eb1ea3e33e --as et
Thanks!