On 23/12/20 15:20, Michael Grimm wrote:
Renato Botelho <ga...@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 Botelho
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"