Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 499 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 499 Bytes

p1804_ceshi

¡­or create a new repository on the command line

echo "# p1804_ceshi" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:nmww/p1804_ceshi.git
git push -u origin master

¡­or push an existing repository from the command line

git remote add origin [email protected]:nmww/p1804_ceshi.git
git push -u origin master

git push use

git add .
git commit -m 'yao jiaru de xinxi '
git push -u origin master