Skip to content

Instantly share code, notes, and snippets.

View WeltonWang02's full-sized avatar
💭
doing something cool?

Welton Wang WeltonWang02

💭
doing something cool?
View GitHub Profile
echo "# weltonwang88" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/weltonwang88/weltonwang88.git
git push -u origin master