I am new to git and have obviously read and watch lots of tutorial.
Set up everything with terminal, everything is working very well with bitbucket.
BUT: my ember.js project is not uploading at all. I have a greyout folder in my repository and nothing is commit or push.
Every files i commit or push goes up there no problem but i dont understand why my project folder wont upload.
I have tried so many thing found here or elsewhere on the net, I've even tried to solve this with git client, but still the folder containing my project won't upload.
The last thing I tried : git init
inside the folder :
iMac:new01 nick$ cd red-green-client
iMac:red-green-client nick$ git add *
Which produces an error:
The following paths are ignored by one of your .gitignore files:
bower_components
dist
node_modules
tmp
Use -f if you really want to add them.
When I try to commit:
iMac:red-green-client nick$ git commit -m "third test"
I get:
On branch master
nothing to commit, working tree clean
Push doesn't work as well:
iMac:red-green-client nick$ git push
fatal: No configured push destination.
Im out of idea. help ?