Git Crash Course | How to Add and Commit Multiple Files in Git | How to Unstage Files | 09

preview_player
Показать описание
Welcome to the new video in the series of "Git Crash Course" in which we talk everything about Git. In this video, we are talking about these three things

1) Adding multiple files through one command
2) How to unstage a file
3) How to discard changes in your working area or working directory

Like | Share | Subscribe | Follow

#GitCrashCourse #HowToUnstageFilesInGit #HowToAddandCommitMultipleFilesinGit #GitGoingFast #Git #HowToLearnGit how to add and commit together
Рекомендации по теме
Комментарии
Автор

04:39 can i use - git reset 'file-name'
and what is diff. between git reset 'file-name' & git reset HEAD 'file-name'

devopsnik
Автор

7:00 git checkout -- file-name doesn't work for new files, it only works for previously staged or committed files
i.e. if i create a new file with some content and then made some changes in it and now if i want to undo those changes then it wont work with this command. Right.

devopsnik
visit shbcf.ru