in Technology by
What is the difference between ‘git remote’ and ‘git clone’?

1 Answer

0 votes
by

‘git remote add’ creates an entry in your git config that specifies a name for a particular URL whereas ‘git clone’ creates a new git repository by copying an existing one located at the URL

Related questions

0 votes
    How to clone all remote branches in Git?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    How can we clone a Git repository into a specific folder?...
asked Jan 8, 2021 in Technology by JackTerrance
0 votes
    What is the use of git clone command?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the difference between 'git pull' and 'git fetch'?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    What is the difference between git checkout [branch name] and git checkout -b [branch name]?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the difference between the ‘git diff ’and ‘git status’?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between git pull and git fetch?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between GIT and SVN?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between Git Merge and Git Rebase?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    Explain the difference between git fetch and git pull....
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    How to rename and remove branch in remote Git?...
asked Aug 24, 2021 in Technology by JackTerrance
0 votes
    How to push a new local branch to a remote Git repository and track it too?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    How can we create a remote Git branch?...
asked Jan 8, 2021 in Technology by JackTerrance
0 votes
    Explain How to change the URI (URL) for a remote Git repository?...
asked Jan 7, 2021 in Technology by JackTerrance
...