hit counter

Timeline

My development logbook

Difference Between Git Clone and Git Pull

One difference between git clone and git pull: git pull will require a pre-existing .git.

If I need to check out the source code for the first time, use of git pull is certainly not the right command.