whatching our global git setting in default editor:
git config --global -esetting default editor:
git config --global diff.tool vscode
setting end of line: in windows:
git config --global core.autocrlf truein linux
git config --global core.autocrlf inputzsh in windows -> posh-git
git log --onelineseeing files in staging area:
git ls-filesremove file from staging area(index):
git rm --chached -r bin/how to delete local changes:
git clean fd