GitHub

  • 23 March 2025

Prefixing Git commits

Last week, I started adding prefixes to my Git commits to provide more context.

Read more β†’
  • 16 March 2025

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

Read more β†’
  • 08 March 2025

How to synchronize branches in Git

I share my experience synchronizing branches in GitHub to keep my repository updated with the latest changes

Read more β†’
  • 02 March 2025

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.

Read more β†’
  • 22 February 2025

Accessing and reviewing a friend's branch.

I'm collaborating with a friend on his GitHub repository and he asked me to review his work in progress on his branch.

Read more β†’
  • 15 February 2025

Collaborate on a friend's repo in GitHub.

This weekend, I collaborated on a friend's GitHub repo, adding new features. It was a great opportunity to practice teamwork and version control.

Read more β†’