
Git的使用
Mysterious superstar
没有什么是不劳而获的
君子藏器于身,待时而动。不鸣则已,鸣则冲天
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【git】github使用教程图文详解
相信能改成命令行上传代码的人和我一样都是被Git和小乌龟的配合出错折磨的遍体鳞伤。 第一步 应该在GitHub的官网上创建一个自己的仓库,如图: 保证在仓库创建成功之后保存它的URL(网址链接),读者可以在截图中看到。(这里笔者使用已经建好的仓库) 第二步 在你要上传的代码的本地文件夹上单击鼠标右键,点击Git Bash Here。如图: 第三步 键入命令 git ...原创 2019-05-09 11:40:04 · 917 阅读 · 0 评论 -
【Git】git push -u origin master 的含义和 -u 的含义
help git push -u origin master pushd: pushd [-n] [+N | -N | dir] Add directories to stack. Adds a directory to the top of the directory stack, or rotates the stack, making the new top...翻译 2019-08-19 20:56:51 · 6318 阅读 · 0 评论