Published onMarch 15, 2025Git SubmoduleGitA **Git submodule** is a way to include one Git repository inside another.
Published onAugust 23, 2023Git Reset a File to HEADGitThe above will restore MyFile on HEAD (the last commit) on the current branch.
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.