git bisect resetgit bisect bad urhsn47f
If we don't specify the known bad commit it will assume the last commitgit bisect badgit bisect good d5b370ecgit bisect startgit diff HEADgit diff --stagedThe alternative command is:git diff --cachedvim test.txtgit merge --abortgit add -pIt will ask us interactively whether we want to add each individual changes to the staging area or not
y means yes, n means nogit 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