+ [5 years ago] lmat Would have been nice 30 years ago, but we'll take what we can get, eh?
+ [5 years ago] tang^ there are a lot of options for windows now
+ [5 years ago] r00t^2 before i waste time, is it possible to submit a pull request that just adds tags to a project?
+ [5 years ago] r00t^2 thought not. thanks tang^

message no. 175834

Posted by marz_d`ghostman in #github at 2019-11-15T06:01:33Z

How do I push to GitHub using my ssh key file?
+ [5 years ago] Josse Hi there, I've got 2 git repositories on my computer that I want to put in one general GitHub repository, each in their separate folder
+ [5 years ago] Josse I've looked into some methods and submodules seem to be a thing, but I would prefer not to have them stored on my computer twice, and I've not yet found how to do that with submodules or so
+ [5 years ago] Josse Is there a way to `git push` from the git repository on my computer directly to a folder inside a GitHub repository?
+ [5 years ago] nedbat Josse: why not make them one git repo on your computer?
+ [5 years ago] Josse nedbat: It consists of a mobile app made in Flutter, and a web app in React, and I like to keep my folders with web and app development seperated