Published onApril 5, 2022Solve the problem of garbled Chinese file name in Git status displayGitWhen using git status to view the changed but uncommitted Chinese file name, it is found that it will be displayed as a string of numbers, and the Chinese file name is not displayed.
Published onFebruary 28, 2022Git Show File Changes Between BranchesGitgit diff --name-status firstbranch.
Published onFebruary 27, 2022Git Show File Content Changes Between BranchesGitgit diff mybranch master -- myfile.
Published onDecember 26, 2020Configure multiple Github user on the same PCGitssh-keygen -t ed25519 -C "your_email@example.
Published onSeptember 10, 2020Undo 'git add' before commitGitwithout any file name to unstage all due changes.