HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git clear-soft — Clear a Git working directory as if it was freshly cloned with the current branch excluding files in

Submitted by: @import:tldr-pages··
0
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-soft

Code Snippets

Reset all tracked files and delete all untracked files

git clear-soft

Context

tldr-pages: common/git clear-soft

Revisions (0)

No revisions yet.