I'm a github noob but I'd like to use it because of the open source aspect.
I managed to follow the tutorial, fill a repository initially and upload the files from my eclipse android workspace. Now I have added a few more files and tried the following git commands in my ubuntu terminal.
cd Dropbox/android/workspace
git add . //figured this would add the new files?
git commit -m 'changed a few things...'
git push origin master
No error messages anywhere and when I look onto the github website, I saw a folder .metadata with the commit message I entered above. The other folders didn't have this message. I looked for my new files but they were not on github.
Am I missing something terribly easy?
Here is the terminal output for:
git add -A
Nothing.
git commit -m 'blah'
[master 41642e3] new fiels
16 files changed, 57 insertions(+)
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/Finance_Calculator2/.markers.snap
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/Finance_Calculator2/.syncinfo.snap
delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/Finance_Calculator2/org.eclipse.jdt.core/state.dat
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/MyCalcFinance2/.markers.snap
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/MyCalcFinance2/.syncinfo.snap
delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/MyCalcFinance2/org.eclipse.jdt.core/state.dat
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/TabletCalc/.markers.snap
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/TabletCalc/.syncinfo.snap
delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/TabletCalc/org.eclipse.jdt.core/state.dat
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/blank/.markers.snap
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/blank/.syncinfo.snap
delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/blank/org.eclipse.jdt.core/state.dat
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap
create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.snap
create mode 100644 .metadata/.plugins/org.eclipse.team.cvs.core/.running
git push origin master
To https://github.com/killerpixler/Android-Application-Development.git
bb1d6a5..41642e3 master -> master