git

    xiaoxiao2021-03-25  300

    - 在本机生产SSH公钥

    1. ```$ ssh-keygen -t rsa -C “您的邮箱地址”``` 2. 在“账户设置-SSH公钥管理”中添加公钥 帮助文档:https://code.csdn.net/help/_Code/code_support/FAQ_2_3

    - git用法

    git clone git init git commit git rm git mv git reset git checkout file git branch add/rm git checkout 切换分支 git merge 合并分支 git tag git fetch 更新 git push 提交 git remote add/rm alias url 帮助文档:https://code.csdn.net/help/_Code/progit/zh/01-introduction/01-chapter1
    转载请注明原文地址: https://ju.6miu.com/read-148.html

    最新回复(0)