sh git.sh branch name
- Creates branch from origin main (name/feature)
sh git.sh pr
- Pushes any changes on the current branch then opens the urls to pr’s into main
sh git.sh rebase
- Checks if rebase is needed and does it if yes
sh git.sh pull-main
- Update local main with remote