git clone
is used to clone an existing remote repository into your computer. When using a remote server, your command will be:git status
to find out information in relation to which files are modified and which changes have been staged.git pull
in your working directory to fetch and merge remote changes. merge
command:git log
. There are additional parameters to this command that go beyond the scope of this guide.kyso-git
, then click Create Repository.