- Replace `git folder delete-upto` with an `--upto` option on the `delete` command - Number should follow the option immediately For example, instead of present: ``` git folder delete-upto folderName 4 ``` We would do: ``` git folder delete --upto 4 folderName ```
git folder delete-uptowith an--uptooption on thedeletecommandFor example, instead of present:
We would do: