git config --global user.name "bryan sun"
git config --global user.email "hitsjt@gmail.com"
lugl@lugl-virtual-machine:~/cw32l083_pro/cw32l083$ git remote -v
origin https://gitee.com/lugl/cw32l083.git (fetch)
origin https://gitee.com/lugl/cw32l083.git (push)
lugl@lugl-virtual-machine:~/cw32l083_pro/cw32l083$ Z
ugl@lugl-virtual-machine:~/cw32l083_pro/cw32l083$ git add .
lugl@lugl-virtual-machine:~/cw32l083_pro/cw32l083$ git commit -m "myfirst commit"
[master c33ac91] myfirst commit
1 file changed, 1 insertion(+), 1 deletion(-)
lugl@lugl-virtual-machine:~/cw32l083_pro/cw32l083$ git push
枚举对象中: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 284 字节 | 284.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Powered by GITEE.COM [GNK-6.4]
To https://gitee.com/lugl/cw32l083.git
d28561d..c33ac91 master - > master
审核编辑:汤梓红
全部0条评论
快来发表一下你的评论吧 !