Adding an Existing Java Project to Git repo
Alright, I'm about to go completely insane about this.
I'm trying to add an existing java project from the workspace to my git
repository. I do the usual, it's all:
git init/committed/remote origin/pushed
however
The only thing appearing is an empty folder. Why? I've been googling for
far too long than I dare to admit but without success.
How do I add a folder, with quite a lot of subfolders, to my github repo.
I'm using git version 1.8.3.2 on Linux
Thanks in advance.
No comments:
Post a Comment