Git Product home page Git Product logo

Comments (4)

tannewt avatar tannewt commented on August 20, 2024

I think you can use git mv to change the folder name. .gitmodules may need to be updated along with it. (Hopefully git mv will do it automatically.)

from circuitpython_community_bundle.

CedarGroveStudios avatar CedarGroveStudios commented on August 20, 2024

Thank you!
git mv automatically updated the path in .gitmodules but left the submodule definition header with the camelcase version. I manually edited the header line and submitted a PR.

before git mv:

[submodule "libraries/helpers/PaletteSlice"]
	path = libraries/helpers/PaletteSlice
	url = https://github.com/CedarGroveStudios/CircuitPython_PaletteSlice.git

after git mv:

[submodule "libraries/helpers/PaletteSlice"]
	path = libraries/helpers/paletteslice
	url = https://github.com/CedarGroveStudios/CircuitPython_PaletteSlice.git

after editing .gitmodules:

[submodule "libraries/helpers/paletteslice"]
	path = libraries/helpers/paletteslice
	url = https://github.com/CedarGroveStudios/CircuitPython_PaletteSlice.git

Would there ever be an instance where the submodule definition and path wouldn't be all lower-case? Should a check or correction be automated in the CI, perhaps?

I appreciate your help, Scott!

from circuitpython_community_bundle.

tekktrik avatar tekktrik commented on August 20, 2024

Resolved via #129

from circuitpython_community_bundle.

tannewt avatar tannewt commented on August 20, 2024

I don't think the capitalization actually matters. I wouldn't worry about it.

from circuitpython_community_bundle.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.