Last active
November 30, 2018 11:40
-
-
Save AlexDemian/ad0fb08fe8562b74730a13739062dbf8 to your computer and use it in GitHub Desktop.
Git comms
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
# Forced pull from origin (with local overwrites) | |
git fetch --all | |
git reset --hard origin/master | |
# .gitingore file for ignoring directory content | |
* | |
!.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment