Remote repositories

Remote repositories are your projects that resides on a server in internet or somewhere.
We need to push and pull data from the remote repositories

git remote
lists all remote repositories
origin – that is the default name Git gives to the server you cloned from

$ git remote -v
You can also specify -v, which shows you the URLs that Git has stored for the shortname to be used when reading and writing to that remote
$ git pull
Pulls the data from remote repository.

No comments:

 My Attempt to learn AI  GPT Generative Pretrained Transformer Created by Google in 2017 with the publication of the paper "Attention ...

Popular in last 30 days