简体   繁体   English

如何将存储库从github克隆到git gui?

[英]How do i clone a repository from github to git gui ?

i have created a repository on Github called MessAbout, im trying to be able to teach my self how to put changes onto this repository by using sublime text 2. i thought that i would make the changes on sublime text2 then save the file, go to gitgui and commit the changes from there. 我在Github上创建了一个名为MessAbout的存储库,我试图让我自己教自己如何通过使用sublime text 2对该存储库进行更改。我想我会在sublime text2上进行更改,然后保存文件,转到gitgui并从那里提交更改。 Hopefully the changes will be stored on the Github repository called MessAbout. 希望所做的更改将存储在名为MessAbout的Github存储库中。 However i have no clue how to set this up whats so ever. 但是,我不知道如何设置它。 I dont know whether to clone the repository and if so where the source location is or the target directory !! 我不知道是否要克隆存储库,如果是,则克隆源位置或目标目录!

If its possible to produce clear and concise instructions, that would be great so i can look back at it for future reference. 如果有可能产生清晰简洁的说明,那将是很棒的,所以我可以回顾一下以供将来参考。

Thank you very much 非常感谢你

hope you can help 希望你能帮忙

Your questions are actually all Git-related and are not regarding Sublime Text in the first place. 您的问题实际上是所有与Git相关的问题,而不是首先涉及Sublime Text的问题。 As suggested by @John, you should read that article . 按照@John的建议,您应该阅读该文章

In short 简而言之

  1. Clone the repository to whatever location pleases you 将存储库克隆到任何您喜欢的位置
  2. Open the folder (or just the files) in Sublime Text 在Sublime Text中打开文件夹(或只是文件)
  3. After working, you can use your preferred method of the GitHub GUI client to commit changes 工作后,您可以使用GitHub GUI客户端的首选方法来提交更改

Another tip on the house, have a look at some of these Git packages for Sublime Text. 关于房子的另一个技巧是,看看一些Sublime Text的Git软件包。 Might save you from having to use the GitHub GUI client. 可能使您不必使用GitHub GUI客户端。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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