On 23/12/20 15:20, Michael Grimm wrote: > Renato Botelho <garga_at_FreeBSD.org> wrote: > >> If you want to switch to a different already existing branch, as svn switch does, you should look at git-checkout. >> >> It can be a bit expensive due to the size of src repository so if you do work on multiple branches too often you can improve it using git-worktree. > > If I understand git-worktree(1) correctly I will most probably not need it, because I will only follow one single branch stable/12, and soon stable/13. Or do I miss something important? You are correct. You can clone stable/12 now and when it's time just do # git checkout stable/13 -- Renato BotelhoReceived on Wed Dec 23 2020 - 17:51:20 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC