Discard untracked changes
Git, Branch · Apr 13, 2021

Discards all untracked changes to the current branch.
- Use
git clean -f -d
to discard all untracked changes to the current branch.
git clean -f -d
git clean -f -d
# Discards all untracked changes
Git, Branch · Apr 13, 2021
Discards all untracked changes to the current branch.
git clean -f -d
to discard all untracked changes to the current branch.git clean -f -d
git clean -f -d
# Discards all untracked changes
Discards all uncommitted changes to the current branch.
Git, Branch · Apr 13, 2021
Pushes the current branch's changes to the remote.
Git, Repository · Apr 13, 2021