Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git clone vs add remote


git clone:
Will physically download the files into your computer. It will take space
from your computer. If the repo is 200Mb, then it will download that all
and place it in the directory you cloned.
git remote add:

Won't take space! It's more like a pointer! It doesn't increase your disk
consumption. It just gets a snapshot of what branches are available and their
git commit history I believe. It doesn't contain the actual file/folders
of your project.
Comment

PREVIOUS NEXT
Code Example
Shell :: git sync branch from master 
Shell :: how to open a .sh file 
Shell :: powershell github 
Shell :: install docker in suse linux 
Shell :: git passphrase remember 
Shell :: jenkins install linux 
Shell :: cs50 
Shell :: windows workspace shortcut 
Shell :: bash add default argument 
Shell :: Update CA Certificate Linux 
Shell :: linux zip file without parent directory 
Shell :: git stash changes to particular file 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed 
Shell :: Failed to install expo package with error: yarnpkg exited with non-zero code: 1 yarnpkg exited with non-zero code: 1 
Shell :: docker container logs host path 
Shell :: open command linux 
Shell :: how to restore default apache httpd conf file 
Shell :: generate zip file terminal 
Shell :: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi 
Shell :: bash setting home 
Shell :: remote host identification has changed 
Shell :: linux get uuid of disk 
Shell :: ionic icon dimensions 
Shell :: npm install react-navigation-stack 
Shell :: apache airflow 
Shell :: terminal open vim 
Shell :: swagger editor locally 
Shell :: How to delete dir, subdirectory, fils all in cmd 
Shell :: github start 
Shell :: generate token symfony authentication api platform 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =