先写一段

webstrom文件名变色:1.绿色的文件添加 2.蓝色的原有文件修改

如果出现““No such file or directory”或类似的语句,说明缺少ssh的key。那么我们就得创建一个新的SSH,输入$ ssh-keygen -t rsa -C "your_email@youremail.com"

1.安装webstrom和Git

2.进入目录右击选择Git Bash Here

3.在打开的窗口输入git init命令把这个目录变成Git可以管理的仓库

4.打开webstrom,VCS ---- Checkout from Version Control ---- Git连接远程仓库

5.选中要上传的文件右击选中Git-Add添加到本地仓库,Commit File提交到远程仓库

6.webstrom右下角可以添加分支,合并到主线

 

 

相关文章:

  • 2021-08-23
  • 2021-12-23
  • 2021-07-19
  • 2022-02-19
  • 2021-10-15
  • 2021-06-14
  • 2022-01-21
  • 2022-12-23
猜你喜欢
  • 2022-01-15
  • 2022-12-23
  • 2021-10-05
  • 2021-07-26
  • 2022-01-26
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案