Git - Remove untracked files

0 votes
317 views
added May 8, 2023 in Git by lcjr Lieutenant (12,420 points)

If you don't need the untracked files and want to remove them permanently, you can use the following command:

git clean -f sites/all/ads/ads_mrec_sideslide.min.css

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...