自己的工程,直接在main里面该
记得设置

一定要先设置好你自己是谁啊………………

[yangni@yangni fistlab]$ git config --global user.name "yangni"   
[yangni@yangni fistlab]$ git config --global user.email 497049229@qq.com
git clone https://github.com/zxmcoder/test
cd test
mkdir lab1
vim hello.c
gcc -o hello hello.c
git add hello.c
git commit -m "hello world"
git push

创建新分支!!!不能直接上传到master,会被打死的……