git-tree is a node script which prints the tree of all the active PRs and keeps update the depending ones pulling the state from the dependent PR.
- Generate a valid token from https://github.com/settings/tokens
node git-tree.js [FLAG]| FLAG | Meaning | 
|---|---|
| --all | Prints out the state of all the active PRs | 
| --token TOKEN | Save a new token | 
| --path PATH | Repository local path. Default . | 
- Copyright 2020 © Annino De Petra
