gitbash

作者: 贾尼 | 来源:发表于2017-11-30 23:57 被阅读0次
git status
git add -A
git commit -m ""
git push
git checkout file name 

vim .gitignore

i : 进入编辑模式
ESC:  推出编辑模式
:输入冒号,进入命令模式
w: 保存修改
q: 推出vim
wq: 保存并推出
q!: 推出不保存

相关文章

  • gitbash

  • VS code的终端配置为Git

    安装VScode 安装gitbash gitbash和VScode都下好了以后,开始VScode配置 找到term...

  • gitbash同时配置gitee和gitlab

    环境背景 系统: win10代码仓库:gitee和gitlab软件:gitbash 配置 清除gitbash全局配...

  • 安装配置gitBush git 2018-04-08

    gitBash gitBash安装 从官网下载(算了,太慢了) 百度网盘:链接: https://pan.baid...

  • 命令行小记

    GitBash 兼容Linux ,gitbash是一个支持很多命令的软件, 包含git命令, 所以以下命令可以在 ...

  • Gitbash中执行npm以及adb命令错误

    gitbash中执行npm以及adb Push错误 在gitbash中执行adb push命令时,会出现路径找不到...

  • 基于vscode搭建React运行框架

    1.下载gitbash2.在gitbash里安装webpack,报错。搜索webpack安装教程,发现要先安装no...

  • linux命令行

    windows用户建议在gitbash下面运行 gitbash 常见命令 ~这个符号代表的是根目录 ..两个点代表...

  • Git

    安装GitBash (gitbash不是git,,是命令行作用) 找一个目录,在目录上右键点击,然后选中「Git ...

  • 有关于git的使用-初级篇

    作个记录,仅作备忘用。本文包括webstorm配置git,和使用gitbash命令行的操作。 gitbash命令行...

网友评论

      本文标题:gitbash

      本文链接:https://www.haomeiwen.com/subject/fjtibxtx.html