As any non-cowboy coders should know, all of your code will be under some sort of version control. We use Git & Github at Sneek. The Scenario & Problem So things are going swimmingly, you’ve got your repository and you’ve made changes, commits and pushed stuff to your repo. No problem! One day you get a new machine and you clone the…
Git is a fantastic version control system, we suggest you look into it. When you clone a repository it always creates a new folder to hold your repository in. What if you wanted to clone it into another folder, or better still the current folder? Clone into the current folder: Clone into a new folder Hope that helps! Note: When…