[git-users] Re: Adding plugins from specific revision Github project to the Cordova project

2014-08-07 Thread Thomas Ferris Nicolaisen
On Wednesday, August 6, 2014 2:17:54 PM UTC+2, Surinaidu Majji wrote: On Wednesday, August 6, 2014 5:36:17 PM UTC+5:30, Thomas Ferris Nicolaisen wrote: On Wednesday, August 6, 2014 8:01:36 AM UTC+2, Surinaidu Majji wrote: I have setup the android project using cordova

[git-users] repo init not working in GIT BASH

2014-08-07 Thread scmmanage
I have installed GIT GUI and then in GIT BASH tried to install repo. When I try to do repo init I am getting errors. Please let me know if anyone used repo commands in git bash if so let me know how to install. I installed repo and found that python was not there in GIT BASH. Then downloaded

[git-users] repo init at GIT BASH

2014-08-07 Thread scmmanage
$ repo init sh.exe: /c/Users/username/bin/repo: /usr/bin/env: bad interpreter: Permission denied -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

[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

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