You may not always want files in your GIT repository to be committed or to be “committable”, in fact, and the easiest way to do…
Tag: Git
Introduction From a birds eye view GitHub is a website with a software behind it. And it is aiming primarily at people developing software in…
Problem Password authentication with Github is being deprecated. The tools you use make problems for you? You have multiple GitHub Accounts that you need to…
Problem You want to Install Git on Mac? You need to recreate your development environment by installing Git on your Mac? Preface If you installed…
In this guide I will walk you how to use Github. You will see the requirements for using GitHub Step 1: Install git Windows For…
Problem You need to install Git on Windows? You got a new laptop and recreate your development environment by installing Git on Windows? Solution Download…
Problem You are busy developing and committed all code to the your central github repository. But then something happened and you need undo the commit…
Sometimes you just need to rename a branch, might it be because you mispelled ( 😉) something or because the referenced issue was changed or…
Problem You need to learn how to clone a Github repository to start your first job? Your client wants you to clone their working repo…
Sometimes you have a kinda messed up situation and need to remove the tracking of the remote branch. This is configured in .git/config like this:…