Git RESET explanation and implementation of hard, mixed & soft reset options with examples

preview_player
Показать описание
In this video you are going to understand git reset concept and different options such as:

Hard. : git reset --hard commit_ID
Mixed. : git reset --mixed commit_ID
Soft : git reset --soft commit_ID
Рекомендации по теме
Комментарии
Автор

great knowledge and well explained, many many thanks to you

prabhatsingh