eclipse 添加git pull、push

来源:互联网 发布:微信排队叫号系统源码 编辑:程序博客网 时间:2024/06/15 19:56

1首先在获取的项目中的.git/config 中添加

[branch "master"]
  remote = origin
merge = refs/heads/master

2在eclipse中添加


0 0
原创粉丝点击