Git : Remove Files

Pubblicato il: 20 ottobre 2022
sul canale di: Block of code
215
1

So in this short tutorial video , you are going to learn how to remove files with git

steps:
1- open terminal window
2- navigate to project folder
3- now you have to type next command line and press Enter : git rm -f "type file name"

if you are looking to remove more than one file you have to type next command line :
git rm -f "type first file" "type second file"

if you are looking to delete all files with same extension you have to type next command line and press enter :
git rm *."type extension files type"


In questa pagina del sito puoi guardare il video online Git : Remove Files della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Block of code 20 ottobre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 215 volte e gli è piaciuto 1 spettatori. Buona visione!