git-scripts/README.md

19 lines
743 B
Markdown

# git-scriptst
Collection of scripts which can help you in your daily git workflow
Either you have a look at the scripts content or you checkout the `.md` files beneath the `README` directory.
It is recommended you to have a look in the `README` files, to make sure that you don't miss any dependencies.
Each file has its own small `README` file in there following the syntax: `<scirpt_file_name>.md`
## Table of Readmeas
- [git_co_all_branches.sh](./README/git_co_all_branches.md)
- [gitea_get_notifications.sh](./README/gitea_get_notifications.md)
- [gitea_wait_for_pr.sh](./README/gitea_wait_for_pr.md)
- [git_rebase_all_repos.sh](./README/git_rebase_all_repos.md)
- [git_update_all_branches.sh](./README/git_update_all_branches.md)