git_push_test.sh 298 B

12345678
  1. #!/bin/bash
  2. cd "/Users/huangliyin/Desktop/git原型导出文档"
  3. git config --global user.email "827655250@qq.com"
  4. git config --global user.name "huangliyin"
  5. git add .
  6. git commit -m "更新原型"
  7. git remote add origin1 http://git.fj-yuchen.com:3000/huangliyin/yuanxing.git
  8. git oush origin1 master