nota联通6

lzhmh 85813b3b96 851130 2 周之前
66 59ab0a8e1d 391130 2 周之前
66.jar 6f054262a2 1226 11 月之前
6pu.php 85813b3b96 851130 2 周之前
README.md dd9602e061 1226 11 月之前
if.js 4d7e6f612a 1226 11 月之前
if.txt 4d7e6f612a 1226 11 月之前

README.md

notabug.org联通 从命令行创建一个新的仓库 touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://notabug.org/lzhmh/notaMob.git git push -u origin master

从命令行推送已经创建的仓库 git remote add origin https://notabug.org/lzhmh/notaMob.git git push -u origin master