This package combines git checkout
and a git pull
without the need to go through each repo individually. The script will look for projects that contains .git
file and create a list of available repositories. From the CLI, you can choose in which repo you want to run those 2 commands.
Run npm install -g chot@latest
or
Run npx chot@latest <path>
(you can use . as path, if you are already in the root folder)