简体   繁体   中英

how can i download my files from a git repository

I´ve just started with Git and build my first project with it. I´ve installed GitHub Dektop too and can sync this with GitHub.com. I read a lot in the extensive help of GitHub. Now i know, how to put my files into GitHub. But i don´t find anything about how to get files from the repo, ie to send a link to others.

How can my project be downloaded? Where can i read somethig about this? Is there any tutorial, that i understand? ;-)

Thanks in advance!

honestly i would suggest going thru the github tutorial, its quick and simple. answers most of the basic questions you'll have.

after you have your files setup in your working directory, open github, and either create a new branch from your master.

at that point will be able to select the new branch and commit your changes to your branch.

https://help.github.com/categories/bootcamp/

您还可以使用以下命令使当前分支保持原始状态:

git pull

Ok, i got it. Must only call the site https://github.com/UlliH/CoreDataTest ;-)

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