Tag: git clone

  • Cloning or Checking out a repository with GIT

    You have your own GIT repository or you wish to checkout a copy of a publicly or privately available repository to your computer.

    To checkout or as GIT calls it, clone, a repository the git clone command. This command accepts many different arguments. In your command line, type: git help clone for the full supported list.

    (more…)