-
Notifications
You must be signed in to change notification settings - Fork 0
Git
ythy edited this page Aug 21, 2017
·
6 revisions
初次步骤
-
git init初始化库 -
git add *添加文件 -
git remote add XXX https://github.com/ythy/XXXAdding Remote Repositories -
git commit -m 'log'本地提交 -
git push XXX masterPushing to Your Remotes>
资源
删除文件
git commit -a -m 'del'
tell me how get back to sunshine