Last active
February 19, 2019 18:15
-
-
Save LuczynskiDar/d95b5a57382269d34bc6852fd82a2716 to your computer and use it in GitHub Desktop.
List of useful git commands with description
This file contains hidden or 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 clocal repository | |
git reset | |
git fetch origin | |
git reset --hard origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment