一、将本机的公钥设置在github上
1、生成git登陆ssh key
$ cd ~/.ssh
$ ssh-****** -t rsa -C “[email protected]
$ ls

$ cat id_rsa.pub

将git上的的项目拉到本地并引入webstorm

将git上的的项目拉到本地并引入webstorm

enter 之后将结果复制到github中 setting – SSH and GPG keys 中。

二、将git上的项目下载到本地。

在github上复制 https的url

将git上的的项目拉到本地并引入webstorm将git上的的项目拉到本地并引入webstorm

webstorm – check out form … – git 复制进去 clone

将git上的的项目拉到本地并引入webstorm将git上的的项目拉到本地并引入webstorm

三、新建文件上传至git

右键 – git – +Add -右键 -Commit file  – commit – 右键 – Git – Repository – push – push

四、对比前后两次上传文件之差异

将git上的的项目拉到本地并引入webstorm将git上的的项目拉到本地并引入webstorm


相关文章:

  • 2021-07-22
  • 2021-07-07
  • 2021-06-01
  • 2022-12-23
  • 2022-01-21
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2021-11-04
  • 2021-12-12
  • 2021-04-13
  • 2021-09-08
相关资源
相似解决方案