搜索
您的当前位置:首页正文

git提交代码的步骤

来源:知库网
  1. git clone git@192.168.0.5:ccccltd_bds.git
  • git pull
  • git add -i
  • 2 update
  • 4 add untrack
  • 7 quiet
  • git commit -m "update log"
  • git push
Top