In short, set up a repository for my personal default settings, where practical (e.g. I'm not handling passwords!). May have to use GitLab for a private repo (TODO: Review GitHub plans).
Settings to include:
- Salt configs for my typical setup
- Aliases for
git
- For example, define an alias to delete branches in one command -
git push origin --delete {branch} && git brand -d -r {branch}
In short, set up a repository for my personal default settings, where practical (e.g. I'm not handling passwords!). May have to use GitLab for a private repo (TODO: Review GitHub plans).
Settings to include:
gitgit push origin --delete {branch} && git brand -d -r {branch}