Last active
December 4, 2016 03:50
-
-
Save ruochenxu92/85bbf81dea04ffe5cf0793f0d8551f5f to your computer and use it in GitHub Desktop.
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 config --global alias.co checkout | |
git config --global alias.br branch | |
git config --global alias.ci commit | |
git config --global alias.st status | |
rm -rf .git | |
git init | |
git add . | |
git commit -m "first commit" | |
git remote add origin https://github.com/xxu46/meet.git | |
git push -u origin master | |
git reset --hard sha1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment