Yes i'm new in git, but as far as i can see it's a pain.
Assuming that:
- I'm working on Windows 7 64 bit
- Git perfectly installed
- Using an Assembla repo which i'm currently using with Eclipse and SVN
- I'm now developing with the absolute latest version of Android Studio (updated just 2 days ago...)
I want to ask here, if is my lack of expertise, or it's simply inferior to SVN (which also gives me a bunch of problems in Android Studio, when in Eclipse i can work like a charm!).
This is what i've done: - made a project and decide to add to Version Control - went in project dir and get Bash console. - "git init" and there aren't all the files under git control because of this ignore list (why and how git decides alone that there are things to ignore here, is a mistery, if someone could explain that would be awesome.) - Deleted ".ignoregit" file list and give a "git add ." - now it seems everything's under VC but if when i drilled down in project tree i've found for example "build" folder not checked with git sign icon.
Tried every command like "add -f" and "add *" and such, no way. Sometimes it seems fooling me around adding something that wasn't added before, but remove something else from the list of versione files!
Really really inexplicable.
Thanks