Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low priority: There's some odd issue going on with git (related to the case-change of the project name, I believe). #109

Open
ibeckermayer opened this issue Apr 25, 2020 · 0 comments

Comments

@ibeckermayer
Copy link
Contributor

ibeckermayer commented Apr 25, 2020

For some reason, git can only recognize commands from the base directory. See the example for clarification:

$ git status
On branch feature/FixProjectAfterCaseChange
Your branch is up to date with 'origin/feature/FixProjectAfterCaseChange'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   CovidWatch iOS/UIComponents/LargeText.swift

no changes added to commit (use "git add" and/or "git commit -a")

$ cd CovidWatch\ iOS

$ git status
On branch feature/FixProjectAfterCaseChange
Your branch is up to date with 'origin/feature/FixProjectAfterCaseChange'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   ../CovidWatch iOS/UIComponents/LargeText.swift

no changes added to commit (use "git add" and/or "git commit -a")

$ git add UIComponents/LargeText.swift

$ git status
On branch feature/FixProjectAfterCaseChange
Your branch is up to date with 'origin/feature/FixProjectAfterCaseChange'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   ../CovidWatch iOS/UIComponents/LargeText.swift

no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant