#opensource
Read more stories on Hashnode
Articles with this tag
When I rewrote my website in Astro, I decided to make it an open source project. But let's dive into what this means and how you can contribute. First...
Let's say we have a file called timezone.js, and we commit this file to Git. All good and well. But then we realized the whole repo used "time zone"...
When it comes to writing commit messages, we all get blackouts. It's very hard sometimes to describe a commit message and make it meaningful. And...
In the previous article, we looked at how you can create pull requests. We can put these in action when contributing to open source. In this article,...
There are some files you don't want to commit to Git, simply because they would be too big and don't have any use. Some examples of these...
Now that we have a basic introduction into what Git is and how GitHub works, let's make our first ever git repo and push it to GitHub! Yes, we'll be...