https://lakefs.io/ logo
#help
Title
a

Ariel Shaqed (Scolnicov)

04/12/2023, 2:41 PM
Second, what is the command to switch branch if exists ? (The equivalent of git checkout)
Since there is no current branch, there is no "checkout" command. You could alias you way around
alias lakeco='export LAKECTL_BASE_URI=<lakefs://my-repo/$1>'
to get similar behaviour. (But it would not ensure that the branch exists)
3 Views