How to use GIT stash git stash is one of those less-known commands that can be real life saver. In this article I will explain what it is, why you should use it and s...
How to access your GitHub project files from CDN (jsdelivr) automatically Are you using GitHub for hosting your projects? Do you also copy or clone the repository to another service so as the files can be served by CDN (...
A git repo inside another git repo? Yes! With GIT Submodules! Have you ever wanted to have a git repository included inside another git repository? And the did git tell you something like this? hint: You'v...