Remove untracked files from GIT | git clean

preview_player
Показать описание
There are situations when there is large number of untracked file in git. In this video we will learn how to remove large number of untracked files at once. First we will evaluate that which files and directories are getting removed and then we will remove those untracked files from git

commands that we will use are
git clean -n
git clean -n -d
git clean -f
git clean -f -d
Рекомендации по теме
Комментарии
Автор

Does it effect the files in our system ?

tharunn_sai
Автор

how can i return my file after commande git clean -df

Ikram_Ayoub_DEV_WEB
Автор

../.npm/
../.viminfo
../.zsh_history
../Library/
../React series/
../odoo_Development/
how can i delete this file from git in mac

growwithaman
Автор

Git why I will delete I want changes to be untracked added

vaibhavjaviya
Автор

You messed up my terminal with your tutorial, next time tell people the effect of running the command git clean -f -d. Deleted all crucial commands I can't work on my terminal until I reset my machine.

shervinndubi
Автор

Are the removed files still in the actual directory?

dineshshreegadi
Автор

Don't do it! Your system will be affected! I need to reset my pc now!!!

Luca-uxop