#4: How to Revert The Changes From Remote Repository | Understand Git Revert Practically

preview_player
Показать описание
This video covers how to revert or undo the changes from the remote repository after we perform 'git push' operation

Understand the use of the 'git revert' commands practically. Also, discussed why can not we use 'git reset' command to revert the changes from the remote repository

1. git revert [CommitID]

#git #gittutorial #gitrevert #gitreset #gitbasics #remoterepository

~~~~~~~~~~~~~~~~~~

Visit, Subscribe, and Share the Knowledge using the below links:

Рекомендации по теме
Комментарии
Автор

Very nicely explained.. looking for this kind of video only. Thank you so much for helping 👍

learnsqlwithpreeti
Автор

Is revert will change my working directory also

diwakarkumar
Автор

Sir Soft reset or mixed I think ham use kr sakte agar branch pushed h tab bhi .. is case me forcefully push karna hoga ye branch

MayankSingh-nkxj
Автор

So when we apply the revert command.

Where will be these changes are fallen

AyyAppA_