Answer the question
In order to leave comments, you need to log in
Is it possible to push different projects to one GitHub repository?
There is one repository on GitHub for educational projects. Is it possible to push different working directories to this repository from a computer? I think it’s more convenient to learn this way, because I want to have access to the code from my smartphone.
Answer the question
In order to leave comments, you need to log in
Make some kind of shared folder, and put all your study projects inside this folder. Accordingly, git init, git push will have to be done in the wrapping folder.
If you want to collect different directories from your work computer, then you can probably do this too (but this is not certain), but it will be inconvenient for you. Not to mention the fact that you will kill a lot of time on a solution that you will not use.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question