7. Add and commit file into the GIT staging area and repository area in the GIT Project - GIT

preview_player
Показать описание
In this video, we will see how to add and commit files into the git staging area and the repository area in the GIT Project and also check the status of the files using the git status command.

If you like my video, please subscribe to my channel.

My Playlists:

My Courses Playlist Page:

#GIT #leelawebdev

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Awe some video Leela, My god bless you with lots of good fortune

draja
Автор

please describe your all process step by step even your short cut command.

vikasrana
Автор

sir how to navigate down to perform :wq(write commit) operation in vi window

saivarma
Автор

Trying to Commit with vim. <esc> :wq not working?

rajneeshraikwar
Автор

please don't start your videos by hi friends, this is leela..., come to the point. I appreciate your videos, it have values

anoopkg
Автор

During initial git add and then git status we observed a command git rm --cached <filename> to unstage the changes from index. During second git add and then git status we observed a different command git restore.
Why do we observe different commands whereas both commands can be used to unstage the changes.
Basically I am a little confused around git rm --cached and git restore