×
Clear all filters including search bar
Valeri Tandilashvili's Personal Professional Blog
git bisect bad urhsn47f
If we don't specify the known bad commit it will assume the last commitgit bisect bad
git bisect good d5b370ec
git diff HEAD
git diff --staged
The alternative command is:git diff --cached
vim test.txt
git merge --abort
git config --local user.email "tandilashvilivaleri@gmail.com"
After the command execution, In local config
file located at .git/config
will be added the following[user]
email = tandilashvilivaleri@gmail.com
git config
defaults to --local
cat .git/config
mygit
inside the current folder and an empty git repository into the newly created foldergit init mygit
git log --all