Answer the question
In order to leave comments, you need to log in
What projects to add to GitHub?
Hello. I have three questions about adding projects/codes to GitHub:
- Should I put codes in a separate repository called "learning" where I solve learning problems/exercises?
- how to lay out a project made on Qt? Is it just stupid to drop the entire project folder into the repository?
- is it worth uploading a ready-made folder with an exe without Qt, just to run the application?
Answer the question
In order to leave comments, you need to log in
1. you decide.
if you think there is something to show, it's worth it.
If you think otherwise, don't. or use private repos.
2. you decide. usually only the files needed for the build are stored in the repo.
3. git is not the best place to store binaries. but you can.
Github in particular, and Git in general, is a tool, not a number, so the following advice can be given:
- is it worth uploading codes to a separate repository called "educational" where I solve educational problems/exercises?Of course, you do this primarily for yourself, in order to see the development of the project and your previous mistakes, or to see discarded ideas that may be needed later, without commenting on this code.
- how to lay out a project made on Qt? Is it just stupid to drop the entire project folder into the repository?
- Is it worth uploading a ready-made folder with an exe without Qt, just to run the application?
- Is it worth uploading a ready-made folder with an exe without Qt, just to run the application?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question