2.4.0 • Published 9 years ago
turbostatus v2.4.0
⚡️ turbostatus
Tool to check the git repositories in your folder and show their status.

Install
npm install turbostatus -gCommands
list: shows the status of the repos in the folder (Default command)export: exports the repo status to a json filecheckout: uses an exported json file to clone of checkout the repos to a previous state. You can interactivelly choose which changes will be applied (Experimental)
Help
Run help <command> to see the documentation. For example:
turbostatus help listExamples
turbostatus
# It's also aliased to just "ts"
ts
# If you use the option --remote (-r) it will update the remote status first (slower)
ts -r
# You can also filter the folders that will be checked
ts -f 'brisky*'
# Export the current status of all the repos that start with 'brisky'
ts export brisky_repos.json -f 'brisky*'
# Restore to a previous state
ts checkout brisky_repos.jsonZsh version still available in branch v1