Last active
November 2, 2022 07:17
-
-
Save SeRGei93/2ecabfe933825f7aee408e6ae3368e90 to your computer and use it in GitHub Desktop.
git hepler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#сбросить все измененния и откатится | |
git reset --hard HEAD | |
git clean -fd | |
#удалить файл из git | |
git rm -r --cached <path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment