Re: [git-users] Unstaged Changes with Brand New Repository

2014-08-07 Thread Gergely Polonkai
Hello, if I understand well, you just issued `git init` through the GUI. Note that git init doesn't add/commit any of your files, just creates an empty repository. You may check it with `git log` (maybe it is called History in the GUI, but I might confuse it with SVN). You should add and commit yo

[git-users] Unstaged Changes with Brand New Repository

2014-08-07 Thread Ben Ruppel
Hi, I'm very new to git. I just created a new repository in a directory with existing code with Git Gui 1.9.4 in windows. All of the files that were in the directory appear to be listed in "Unstaged Changes" in the upper left. I'm not sure how to proceed. Should I commit them? I did set git