Skip to content

Instantly share code, notes, and snippets.

@DmitryBash
Last active December 10, 2018 19:47
Show Gist options
  • Save DmitryBash/8b38c0bd80e65d8d027ae4ab74850f94 to your computer and use it in GitHub Desktop.
Save DmitryBash/8b38c0bd80e65d8d027ae4ab74850f94 to your computer and use it in GitHub Desktop.
git
https://chris.beams.io/posts/git-commit/
https://ncona.com/2011/07/how-to-delete-a-commit-in-git-local-and-remote/
http://christoph.ruegg.name/blog/git-howto-revert-a-commit-already-pushed-to-a-remote-reposit.html
https://stackoverflow.com/questions/10153486/how-to-delete-the-last-n-commit-on-github-and-locally
https://stackoverflow.com/questions/448919/how-can-i-remove-a-commit-on-github
https://toster.ru/q/455554 - how to checkout git reset --hard
https://git-scm.com/book/ru/v1/Git-%D0%B8%D0%B7%D0%BD%D1%83%D1%82%D1%80%D0%B8-%D0%9E%D0%B1%D1%81%D0%BB%D1%83%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%B8-%D0%B2%D0%BE%D1%81%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85 - Обслуживание и восстановление данных
https://chrisk.io/undo-git-pull/
https://support.beanstalkapp.com/article/1004-how-do-i-undo-things-in-git#3
https://git-scm.com/docs/git-annotate
https://stackoverflow.com/questions/4259996/how-can-i-view-a-git-log-of-just-one-users-commits
https://git-scm.com/book/ru/v1/%D0%9E%D1%81%D0%BD%D0%BE%D0%B2%D1%8B-Git-%D0%9E%D1%82%D0%BC%D0%B5%D0%BD%D0%B0-%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D0%B9 - Отмена изменений
https://stackoverflow.com/questions/134882/undoing-a-git-rebase
https://git-scm.com/book/ru/v1/%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B-Git-%D0%9F%D0%B5%D1%80%D0%B5%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D1%8C-%D0%B8%D1%81%D1%82%D0%BE%D1%80%D0%B8%D0%B8 - Перезапись истории
https://stackoverflow.com/questions/179123/how-to-modify-existing-unpushed-commits
https://toster.ru/q/28207 - rebase/cherry-pick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment