Git : Remove Files

Publicado el: 20 octubre 2022
en el canal de: Block of code
212
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"


En esta página del sitio puede ver el video en línea Git : Remove Files de Duración hora minuto segunda en buena calidad , que subió el usuario Block of code 20 octubre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 212 veces y le gustó 1 a los espectadores. Disfruta viendo!