snippetbashTip
git clear — Clear a Git working directory as if it was freshly cloned with the current branch including files in
Viewed 0 times
directorycommandgit clearcliworkingclearwasgit
Problem
How to use the
git clear command: Clear a Git working directory as if it was freshly cloned with the current branch including files in .gitignore. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-clear>.Solution
git clear — Clear a Git working directory as if it was freshly cloned with the current branch including files in .gitignore. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-clear>.Reset all tracked files and delete all untracked files even if they are included in the
.gitignore:git clearCode Snippets
Reset all tracked files and delete all untracked files even if they are included in the `.gitignore`
git clearContext
tldr-pages: common/git clear
Revisions (0)
No revisions yet.