git笔记
git笔记第一次使用配置git config --global user.email "you@example.com"git config --global user.name "Your Name"初始化仓库从远程仓库添加git clone http://... # http可能需要输入账号密码git clone git@... # ssh需要提前添加公钥到远程仓库本地建立仓库并添加到远程git initgit remote add origin http://...gi


最近
文章
专栏
代码仓
资源
收藏
关注/订阅/互动
社区
帖子
问答
课程
视频
