There is currently no way of pushing files from your repl to GitHub, it's currently under development. But there's a workaround you can try, click the 3 dots on your file manager in repl.it and click on Download as ZIP, then push the contents of the zip file onto your GitHub repository.
@Vandesm14 I think that will need you to have some perms. Also I'm not sure if they have git installed, most probably they're making their own implementation of GitHub API.
Hi,
I signed up with an email address.
How can I export my code to github account or integrate both my accounts.
Thanks
There is currently no way of pushing files from your repl to GitHub, it's currently under development. But there's a workaround you can try, click the 3 dots on your file manager in repl.it and click on
Download as ZIP
, then push the contents of the zip file onto your GitHub repository.@TheDrone7 I haven't yet tried it, but aren't you able to
git pull origin
in the shell of your repl?@Vandesm14 I think that will need you to have some perms. Also I'm not sure if they have git installed, most probably they're making their own implementation of GitHub API.