Tagged git
2 notes
Use more than one GitHub or GitLab account on one machine
Give each account its own SSH key and a host alias so git picks the right identity per repo.
#git#ssh#github#gitlab
Conventional Commit types
The prefix that starts a commit message, what each one means, and when to reach for it.
#git#commits#conventions