Comment mettre à jour Git dans VSCODE
//for windows =>
git update-git-for-windows
//for mac =>
brew upgrade git
//for linux =>
apt-get update
apt-get upgrade
apt-get install git
Evil Emu