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 setup SSH key for Bitbucket [video tutorial] open up terminal and cd into your home directorythen go for ssh-keygen and press enterthen copy the string and rewrite it to end with bitbucketyou do...
How do I make Git ignore file mode (chmod) changes? Problem: If you're using Unix based operating system and you execute chmod command to change file permissions of a folder that contains files trac...
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...