You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
161 B

1.每次写之前先拉取 git pull origin master
2.写了就git add .
3.git commit -m "当前是第几次提交就写几,总次数"
4.git push origin master