I created a directory called spring labs on one machine then pushed it to a repository on github, now I want to download the entire repository onto another machine. I am following the steps for forking to do this I have cloned it then fetched the upstream but I don’t understand how I get the directory onto my machine to edit the files and be able to push back to the repository, I don’t fully grasp github yet.
Share
So let’s assume you have a repository called
Blahon Github. Furthermore, let’s assume this repo contains the files you wish to work on, etc.On the machine you wish to download your repository onto, do the following:
Now all your files should be available in the
Blahsubdirectory.Now assume you’ve made and commited all your changes. How would you push them back up to Github?
This assumes that the name of the branch you wish to push back up is
master.