I am a new programmer and also a brand new working with git. As my first assignment as a contributor to developing a program, I have been asked to install git and did these two steps:
- change to the directory under which you want to have the source tree
- let git checkout the source
I have understood that what the purpose of using git is but haven't understood what is meant by changing to directory. Should I change to my local directory or the remote directory somewhere in the server?
I have understood that checkout is somekind of copying the code in my local computer if I am not mistaken. But the git checkout command does not work in github. Should I perform other steps before using this command or the problem is with changing the directory? Any thoughts?