repo_clone $ git add "文件名" && git commit -m "提交名"
git config --global credential.helper store
git clone ‘仓库地址’
1.git status 查看修改状态
2.git add "文件名" 添加 或者使用 git add . 添加全部
3.git commit "文件名" -m "修改标题" 来添加说明 或 git commit -m "修改标题" 提交 全部
4.git commit 可以批量修改
5.git push 提交修改
JSON.parse(atob('ddddd'))
1、当出现上述情况,可按键盘左上角的“Ese”退出键;
2、输入“:wq”,注意是英文输入状态下的冒号,然后按下“Enter”键即可。(个人觉得这个方法好, “ :wq”是啥意思呢???学Linux操作系统时的命令: 强制性写入文件并退出。)