会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zhcnblog
博客园
首页
新随笔
联系
订阅
管理
2018年5月25日
git 本地文件夹 上传到远程仓库
摘要: git init //实例化本地仓库 git add . //添加所有文件 git commit -m 'desc' //提交+描述 git remote add origin https:git.... //添加远程仓库 git push -u origin master //push到远程仓库,
阅读全文
posted @ 2018-05-25 08:52 zhcnblog
阅读(311)
评论(0)
推荐(0)
编辑
Mac系统显示隐藏文件夹
摘要: shift+command+. 进入指定文件夹 shift+command+g
阅读全文
posted @ 2018-05-25 08:52 zhcnblog
阅读(191)
评论(0)
推荐(0)
编辑
公告