cara memperbarui git di 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