Giter Club home page Giter Club logo

Comments (3)

mbrock avatar mbrock commented on September 7, 2024

Comment by dbrock
Thursday Feb 16, 2017 at 19:51 GMT


Wait, can you explain what you did again?

I know submodules can be tricky so I agree we should try to be as helpful as possible

from dapptools.

mbrock avatar mbrock commented on September 7, 2024

Comment by nmushegian
Thursday Feb 16, 2017 at 19:59 GMT


Untracked changes within submodules appear in the "changes not staged for commit" area as dirname (untracked content), which you use to detect if we should stop actions. But this is a special submodule state that really should be treated like a clean stage.

for example:

dapp install ds-auth
touch file.txt
dapp install ds-note   # all good, file.txt is not tracked yet so dapp doesn't block me
touch ds-auth/file.txt
git add file.txt && git commit -am "clear working state in parent (added file.txt)"
dapp install ds-token   # blocked by ds-auth/file.txt - also not tracked, and it's even less relevant

from dapptools.

mbrock avatar mbrock commented on September 7, 2024

Comment by dbrock
Monday Dec 11, 2017 at 09:15 GMT


Ah I see, yeah I guess what you're saying makes sense!

from dapptools.

Related Issues (20)

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.