git add init files

来源:互联网 发布:电脑改图片软件 编辑:程序博客网 时间:2024/06/14 04:56
 



cd myProject 

git init 

git add .

 git commit -m 'initail commit'

git remote add origin server54@0.0.0.0:/home/server0/0pro/KaDiYa.git

git push origin master 
0 0