GIT Blame in VSCode
Here is a very simple extension to add to your VSCode IDE : Git Blame. It shows you the last person who updated the line …
Each week, I share a technical trick that I learned
Here is a very simple extension to add to your VSCode IDE : Git Blame. It shows you the last person who updated the line …
Here I share some configuration I like to set in my github repo. Main banch Forget master branch, standard of CI/CD is to use main …
For one of my project I need to manage a different ssh key to deliver the code in an other git repo account. It can …
If you are bored to attribute every project pull request one by one and always to the same persons, you can configure github to do …