摘要:
https://www.yiibai.com/git/git_pull.html https://www.cnblogs.com/kevingrace/p/5896706.html https://blog.csdn.net/u011240877/article/details/52668807 阅读全文
摘要:
输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 阅读全文
摘要:
https://www.cnblogs.com/pcat/p/5467188.html source . 这两个是一样的 。在当前shell运行脚本。脚本不需要 执行权限。 sh 在子shell运行脚本。脚本不需要 执行权限。 ./ 在子shell运行脚本,脚本需要 执行权限(x) 阅读全文
摘要:
usr 是 UNIX Software Resource 的缩写,也就是 Unix操作系统软件资源 所放置的目录。 一 /bin:Essential user command binaries(for use by all users) 1 Purpose /bin contains command 阅读全文
摘要:
输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 阅读全文
摘要:
输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 阅读全文
摘要:
输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 阅读全文
摘要:
http://www.ruanyifeng.com/blog/2012/08/how_to_read_diff.html 阅读全文
摘要:
一 切换分支 二 将出去工作区的文件还原为最初始状态。 git checkout ' filename ', 可以和 git reset ' filename ' 搭配使用。 阅读全文
摘要:
一 回退版本 --hard --soft --mix git reset --hard HEAD~n : 会退到之前n个版本。git reset HEAD,回退最后一个版本。git reset HEAD~1,回退到倒数第二个。 二 将文件从暂存区会退到工作区 git reset 'filename' 阅读全文