简体   繁体   中英

Pycharm remote repo name

I am workin with Pycharm and I have Git repo with two remotes called github and heroku . Yes, I have not remote called origin . Now I want to be able pull/push from/to both remotes. Where could I specify remote names?

In PyCharm 4.0, you can choose the remote name to push into by clicking on the name of the remote in the Push Commits dialog:

推送提交屏幕截图

The Pull Changes dialog (Git | Repository | Pull...) also allows you to choose the remote to pull from. Note that the default "Update project" dialog pulls from the remote specified in the tracking branch for your local branch.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM