I have been having the problem below for the last couple of days. I am fairly new to git, so I am not sure what is causing this problem.
I do not know where to go from here.
Any help would be appreciated.
According to the error message, you're trying to perform an operation in a directory which isn't in a git repository.
Try running it from e.g. the root of your repo (the one with the .git directory)
.git
Have you initiliaze a Git repo in the directory?
Do so by typing "git init" in Git bash.
Copyright © 2021 Jogjafile Inc.
According to the error message, you're trying to perform an operation in a directory which isn't in a git repository.
Try running it from e.g. the root of your repo (the one with the
.git
directory)