Git : Remove Files

Опубликовано: 20 Октябрь 2022
на канале: 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"


На этой странице сайта вы можете посмотреть видео онлайн Git : Remove Files длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Block of code 20 Октябрь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 212 раз и оно понравилось 1 зрителям. Приятного просмотра!