Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for pyrexâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #288775 | Initial revision | — | over 1 year ago |
Answer | — |
A: Possible drawbacks for having duplicate local sources of the project tracking the same Git remote This is definitely an intended use case of Git. You will need to make sure your .gitignore files don't include any artifacts of your build environment. GitHub has a canonical set of .gitignore files here. Be sure that all completed work actually makes it to your remote. (Use `git push` rigorous... (more) |
— | over 1 year ago |