- github创建远程库WolframProjects1
- 同步到本地
git clone https://github.com/3123958139/WolframProjects1.git
- 创建分支branch1
git branch branch1
git push origin branch1
- 克隆branch1到本地
git clone -b branch1 https://github.com/3123958139/WolframProjects1.git
- 然后是add commit push …