Forrest logo
back to context overview

git-force-clone

List of commands for git-force-clone:

  • git-force-clone:tldr:727fa git-force-clone: Clone a Git repository into an existing directory of a Git repository, performing a force-reset to resemble it to the remote and checking out an specific branch.
    $ git force-clone -b ${branch_name} ${remote_repository_location} ${path-to-directory}
    try on your machine
    explain this command
  • git-force-clone:tldr:fb756 git-force-clone: Clone a Git repository into a new directory.
    $ git force-clone ${remote_repository_location} ${path-to-directory}
    try on your machine
    explain this command
back to context overview