2018年5月22日

linux命令提示符设置

摘要: 变成绿色 [root@localhost /usr/local]#vim /root/.bashrc # .bashrc # User specific aliases and functions alias rm='rm -i'alias cp='cp -i'alias mv='mv -i' # 阅读全文

posted @ 2018-05-22 17:59 江湖小女生 阅读(121) 评论(0) 推荐(0) 编辑

转 Git 常用命令大全

摘要: 一、 Git 常用命令速查 git branch 查看本地所有分支 git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支 git branch -r 查看远程所有分支 git commit -am "init" 提交并且加注释 git remot 阅读全文

posted @ 2018-05-22 11:32 江湖小女生 阅读(151) 评论(0) 推荐(0) 编辑

导航