0

I'm a newbie, so this question might sound really stupid, but what's the command to pull from Git Hub using Git Shell on Windows? Thanks a lot. I did some research but I don't really understand.

This is what I typed in Git Shell:

git pull github.com/A/B.git
1

1 Answer 1

2

Do a git clone https://github.com/user/repo.git, and then you can do a git pull from within the repo on subsequent runs.

Basically, before doing a pull, the repo has to exist locally and hence you must clone it first.

Sign up to request clarification or add additional context in comments.

1 Comment

@user3896999 In future, if you have specific error messages, ask them as part of the question itself, instead of seeking clarifications later. You can go through the FAQ to understand how question and answers on SO work.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.