Git
git config –global user.name “hmk”
git config –global user.email “2733885168@qq.com“
…or create a new repository on the command line
1 | echo "# Goland" >> .md |
…or push an existing repository from the command line
1 | git remote add origin https://github.com/Healer20/Goland.git |
git版本管理
1 | 查看代码提交记录 |
fmt详解
1 | package main |