git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

usage.txt (315B)


      1 usage: mkdirp [DIR1,DIR2..] {OPTIONS}
      2 
      3   Create each supplied directory including any necessary parent directories that
      4   don't yet exist.
      5   
      6   If the directory already exists, do nothing.
      7 
      8 OPTIONS are:
      9 
     10   -m, --mode   If a directory needs to be created, set the mode as an octal
     11                permission string.
     12