Git revert vs reset: What's the difference?

Описание к видео Git revert vs reset: What's the difference?

If you're using git revert to rollback that last commit, you're doing it wrong. Use git reset --hard instead. It's a much more sound approach.

Комментарии

Информация по комментариям в разработке