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