Push to Remote URL with TortoiseGit

主宰稳场 提交于 2020-01-01 23:54:55

问题


I have installed the latest MSysGit 1.6.3 preview and TortoiseGit 0.6.2 on my Windows XP PC. I also have created a --bare repository on my server which can be access through http (using WebDAV as authentication system).

I can successfully log into my server's git repository from a browser. I have created a local repository on my PC and the initial commit.

I have looked everyone and I still cannot find how to add a remote URL to TortoiseGit and push my local repository to that address.

Any ideas?

Thank you.


回答1:


In the context menu, select "TortoiseGIT" -> "Push ...". Right of the "Remotes" entry there is a "Manage" button. There, choose "Git" -> "Remotes" in the tree. There you can input Remote URLs.



来源:https://stackoverflow.com/questions/959365/push-to-remote-url-with-tortoisegit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!