Skip to content

Rename package fileHandler to filehandler #99

@kappsegla

Description

@kappsegla

https://stackoverflow.com/a/11183844

Since this is a case sensitive rename and we don't want to end up with a commit saying we removed a couple of files and added new files into another folder we have to make sure our git commit understands what happened.
Should work by standing in the right folder and doing the following:

git mv fileHandler tmp
git mv tmp filehandler

Before commiting make sure that git status shows it as a rename.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions