1.
Visit the GitHub page for your origin repository.
Hint.
You can find the URl of your origin (i.e. your fork of the GitKit FarmData2 upstream) in your answer to Exercise 2.6.3.
.git
.git clone
git clone
command will make a copy of your fork on GitHub and make the Local Copy on your computer (in your development environment). Refer to Figure 2.8.1.cd
command in the Terminal to change into the directory containing your clone of the GitKit FarmData2 repository.ls -a
command to display the names of all of the files and directories in your clone of the GitKit FarmData2 repository..
..
.git
README.md
.kit
.vscode
git remote
git remote
on its own will show you the names of the remotes that git knows about, but not their URLS.-v
or --verbose
flag: git remote -v
git remote -v
git remote
git remote -url
git url
git remote
to give you more information.git remote -v
in your terminal. How can you tell from that output that your clone knows about your origin?File > Open Folder...
Setting up your Codespace
, and then your terminal will show a message from the Kit-tty.