How to remove or change remote origin from a Git repositoryHave you ever encountered this error: remote origin already exists when wanting to add one? Let's…September 19, 2023 1 min
Delete all local git branches in one command lineWhen developing you will create lots of local git branches. Let's see how to delete them all in once…August 07, 2020 1 min
How to change the remote branch tracked using gitWhen you use git and create a local branch : git checkout -b branch_name And push all your work…July 20, 2020 1 min
How to setup SSH key for git service (Github, Gitlab, etc ...)SSH key exists not to make our life harder but so much simpler. Yes yes, you will see ! If you end…March 23, 2020 1 min