Hi, as you said earlier, git commands are supported in the bash console. I want to upload my pythonanywhere project into the Github repository. In the bash console, I use this command but it throws an error.
(django2) 07:48 ~/mysite $ git remote add origin https://github.com/souravdaswebclip/webclipofficial.git
fatal: Not a git repository (or any parent up to mount point /home/neso)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(django2) 07:50 ~/mysite $
What am I missing?