Open erictwalker18 opened 6 years ago
To reproduce branch name ambiguity:
git branch <1st letter of current commit hash>
git commit
Then, do git log. Observed results: commits up to the branch created turn blue, can still type in the prompt, but pressing enter doesn't do anything.
git log
To reproduce branch name ambiguity:
git branch <1st letter of current commit hash>
git commit
until another commit starts with thatThen, do
git log
. Observed results: commits up to the branch created turn blue, can still type in the prompt, but pressing enter doesn't do anything.