#github
Read more stories on Hashnode
Articles with this tag
The next step after creating a website, is deploying it to make it available to the whole world. If your site is static, and doesn't use any backend...
I went ahead and created a Github CLI extension which fuzzy finds repos and you can choose an action you want to run on it. Requirements gh cli -...
Want to create a repository, but don't want to go to Github and follow that manual and perhaps long process, every single time. Use the Official...
I just found one of a dev tool called gitignore.io which as it's name suggests, helps generate a gitignore file for our project. Web Go to...
When you want to contribute to open source, one of the most important things is understand, forking and branching. Once you have updated some code and...