随笔 - 308  文章 - 0  评论 - 84  阅读 - 75万
09 2019 档案
git中常用命令的总结
摘要:一、git stash 1、git stash 保存当前工作进度,会把暂存区和工作区的改动保存起来。执行完这个命令后,在运行git status命令,就会发现当前是一个干净的工作区,没有任何改动。使用git stash save 'message...'可以添加一些注释 2、git stash li 阅读全文
posted @ 2019-09-09 09:29 ZhanLi 阅读(223) 评论(0) 推荐(0) 编辑
git rebase的使用
摘要:1、克隆远端的仓库 2、在本地克隆的仓库下载代码 git clone <个⼈仓库地> 3、添加远程仓库和本地fock仓库的关联 git remote add remote <远程仓库地> 查看远程仓库的版本 git remote -v 4、本地方库更新远程仓库的代码 git pull remote 阅读全文
posted @ 2019-09-09 09:11 ZhanLi 阅读(794) 评论(0) 推荐(0) 编辑
pgsql的使用
摘要:Deepin上面pgsql的启动 service postgresql start 停止 service postgresql stop 查看pgsql的版本 psql --version 阅读全文
posted @ 2019-09-09 09:02 ZhanLi 阅读(1446) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示