Skip to content

Git and Sustainability

This site will cover Git and GitHub, including topics like:

Getting Started with Git

Useful Git commangs and workflow ideas

Setting up GitHub repos and options

Managing Branches and deployment strategies

GitHub Actions and Continous Improvement

In order to have a project that is sustainable and that has an aligned development, the use of GitHub Actions and a strong idea of how to do continous improvement is a great idea. To get started, the introduction of pre-commit hooks is a great way to ensure that all the code added to the repository meats some minimum standards and there is a culture of good quality commits.