Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

File metadata and controls

6 lines (4 loc) · 244 Bytes

Run python3 gitflow.py in the root of a git repo to see a branch dependency tree.

Run python3 gitflow.py --cascade to cascade rebases down the full list of dependent branches.

Testing

Test with pytest. Use pytest -s to show output.