git的经常使用指令

本篇文章主要是阅读廖雪峰老师的网站上摘抄的笔记。git 一、git安装:     sudo apt-get install git网站 二、git基本配置:     git config --global user.name "Your Name"     git config --global user.email "email@example.com"日志 三、建立版本库:     git i
相关文章
相关标签/搜索