~vijaykumar

19 Nov 2012

[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]

Notes on Git Remotes

Mon, 19 Nov 2012

A remote is a convenient way of referring to a remote repository, so that the user doesn’t have to type the entire URL again and again.

Moreover since git is a distributed, the user might want to refer to serveral remote repositories, to obtain changes from. Remotes let the user to conveniently name these different remote repositories.

When a project is cloned, a remote called origin is automatically created. The remote refers to the repository from which the project was cloned.

Read Full Story ...

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: foss, git

Powered by Python | Made with PyBlosxom | Valid XHTML 1.1 | Best Viewed With Any Browser | Icon Credits | CC-BY-SA