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