git常用命令

/*
    git把项目上传到gitee上面
*/

git add .  
 
git commit -m 'init'

git push
原文地址:https://www.cnblogs.com/jxnc/p/12260008.html