git
Posts
Links
On undoing, fixing, or removing commits in git
This document is an attempt to be a fairly comprehensive guide to recovering from what you did not mean to do when using git. It isn't that git is so complicated that you need a large document to take care or your particular problem, it is more that the set of things that you might have done is so large that different techniques are needed depending on exactly what you have done and what you want to have happen.
13-06-2017Conventional Commits
A specification for adding human and machine readable meaning to commit messages
12-02-2019gitmoji | An emoji guide for your commit messages
An emoji guide for your commit messages
10-12-2020Best practices for protected branches - GitHub Original Series / Support Protips - GitHub Support Community
Branch protection is part of a powerful set of configuration options that give repository administrators the ability to enforce security policies by preventing accidental branch deletions, enforcing code reviews, and requiring successful automated checks before pull requests can be merged.
06-01-2021
