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

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

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

Code Snippets

Reset all tracked files and delete all untracked files even if they are included in the `.gitignore`

git clear

Context

tldr-pages: common/git clear

Revisions (0)

No revisions yet.