git checkout: what does this weird output mean? git checkout: what does this weird output mean? git git

git checkout: what does this weird output mean?


That's the output of git status; git is showing you that after checking out master there are still uncommited changes to your working copy (one modified file and one deleted file).

Check man git-status:

M = modifiedA = addedD = deletedR = renamedC = copiedU = updated but unmerged