bhaveshlohana / HacktoberFest2020-Contributions

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conflicting files

Vyvy-vi opened this issue · comments

The repo can't be completely cloned as the hello world programs have same conflicting file names.
{multiple files with same name just with a character in different case}.
git by default throws a warning(this can be resolved using git config --global core.ignorecase true on the system, but again there seem to be tracking issues in the repo)

For all the beginners(who don't use windows), it would be kinda helpful if we maybe changed the names and edit redundant files

There are 2 versions of the same file in the repo but producing locally after cloning there is only one version visible on macos and windows.
On inspection, there seem to be duplicate files for the same thing, just in different case-schema

Example:
helloworld.py, HelloWorld.py and helloWorld.py contain the same code... leading to conflicts when cloning on macos/Linux.
Macos and windows fix this by squeezing the 3 into 1 and displaying only that.
Maybe the redundant files can be removed.

@Vyvy-vi Yes, I know. Beginner mistake(can't blame them), I'll correct it once I am done with merging PRs. If you want you can work on it.

Oh, okay.
Thanks!