Skip to content

Instantly share code, notes, and snippets.

@ruochenxu92
Last active December 4, 2016 03:50
Show Gist options
  • Save ruochenxu92/85bbf81dea04ffe5cf0793f0d8551f5f to your computer and use it in GitHub Desktop.
Save ruochenxu92/85bbf81dea04ffe5cf0793f0d8551f5f to your computer and use it in GitHub Desktop.
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