0

I am new to github and began all work on my imac and did some extra work on my laptop. I managed to pull to the laptop but now need to push the current info to the repo. I am doing cd /users/.... and it shows that I am on the right file but when I type git status I get "fatal: Not a git repository (or any of the parent directories): .git"

1 Answers1

0

I managed to pull to the laptop

Make sure you clone your GitHub repo first, and report your modifications in the folder in which you have cloned the GitHub repo.
That way, you will be able to push because:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250