File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Git v2.44 Release Notes
33
44Backward Compatibility Notes
55
6- * "git chekcout -B <branch>" used to allow switching to a branch that
6+ * "git checkout -B <branch>" used to allow switching to a branch that
77 is in use on another worktree, but this was by mistake. The users
88 need to use "--ignore-other-worktrees" option.
99
@@ -54,7 +54,7 @@ UI, Workflows & Features
5454 gitweb behaved as if the file did not exist at all, but now it
5555 errors out. This is a change that may break backward compatibility.
5656
57- * When $HOME/.gitignore is missing but XDG config file available, we
57+ * When $HOME/.gitconfig is missing but XDG config file is available, we
5858 should write into the latter, not former. "git gc" and "git
5959 maintenance" wrote into a wrong "global config" file, which have
6060 been corrected.
You can’t perform that action at this time.
0 commit comments