当前位置:   article > 正文

git配置及同步项目代码到本地_git同步代码到本地

git同步代码到本地

长久不用git发现自己都忘记了。。。在此记录下git配置,以便日后查看。

git配置

  1. 配置本地仓库账号和邮箱
    1. git config --global user.name "YourName"
    2. git config --global user.email "your-email@example.com"
  2. 生成ssh密钥
    ssh-keygen -t rsa -C "your-emial@example.com"
  3. 登录github/gitlab配置对应的ssh key

复制C:\Users\Administarator\.ssh\id_rsa.pub的内容,粘贴到gitlab->profile setting->SSH keys

同步代码到本地

git clone 【仓库地址】-b dev

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/577340
推荐阅读
相关标签
  

闽ICP备14008679号