main

  1. A

    Solved Git src checkout from main to releng

    I'm on main branch of /src tree. git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src Can I simply checkout to releng/13.0 by issuing following command: git checkout releng/13.0 and then pull/update releng/13.0? git pull --ff-only Question 1. Is that all, or there're some missing...
  2. A

    Solved How much HDD space do I need to Git clone main (deep vs. shallow)

    How much HDD space do I need to 1. Git deep clone main. 2. Git shallow clone main.
Back
Top