Git
Prefixing Git commits
Last week, I started adding prefixes to my Git commits to provide more context.
How to obtain the YOLO achievement on GitHub
The YOLO GitHub achievement is an ironic award that represents a bad practice that users should be aware of and avoid
How to synchronize branches in Git
I share my experience synchronizing branches in GitHub to keep my repository updated with the latest changes
How to delete a branch locally and remotely after it has been merged into main
I submitted a pull request to my friend's GitHub repository, which they have now merged. As the branch is no longer needed, I would like to delete it.