Git Snippet

1 · SimbaFs · Feb. 20, 2023, 9:47 a.m.
Summary
Git Snippet move branch to another commit (not recommand) 1 git branch --force <branch name> <commit id> list changed filename 1 git diff --name-only HEAD ref: stackoverflow...