bcgov / cap-eagle-helper-pods

CAP fork of eagle-helper-pods
Apache License 2.0
0 stars 2 forks source link

Workflow helper for team #4

Closed ActionAnalytics closed 5 years ago

ActionAnalytics commented 5 years ago

A script to automate the rebasing of all the project repos. It is designed to stop and warn if it finds local changes that haven't been committed yet.

call it locally in bash from the directory it is in like so: ./rebase_all_CAP_repos_from_EPIC.sh daveram ~/my-local-git-project-folder/

We shouldn't be worrying about git flow when we can just automate it. I hope this helps us.

ActionAnalytics commented 5 years ago

found a bug already, will redo