I get the following when connecting my local branch of openmrs-core to upstream master
Not a git repository (or any of the parent directories): .git
If anyone could help me with this, then that would be great, thanks.
I get the following when connecting my local branch of openmrs-core to upstream master
Not a git repository (or any of the parent directories): .git
If anyone could help me with this, then that would be great, thanks.
Have done the following
git remote add upstream https://github.com/openmrs/openmrs-core.git
Not a git repository (or any of the parent directories): .git
@kdaud have you cd into openmrs-core folder before running “git remote add upstream https://github.com/openmrs/openmrs-core.git”?
I navigated to that directory
you can have a look at this "fatal: Not a git repository (or any of the parent directories)" from git status - Stack Overflow
Have overcome the blocker after first running git init
command against the directory. Thanks @gcliff for the resource, it has helped me to figure out the issue
thats cool