-
Notifications
You must be signed in to change notification settings - Fork 0
Git
ythy edited this page Aug 4, 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
tell me how get back to sunshine