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