[2014-03-dd] work locally - ex add files from my system to my repo
] you can drag and drop files using the local filesystem into a local 'repo' directory // project working directory
] show up in git status, but
] they are NOT part of the project, until you git ADD, and then git commit
[2014-03-dd] synching local + remote - how to - after changes on 1 or the other
] ex - github has 1 file(readme), which is not in local, local has 1 index file NOT in remote, how would I synch the 2 projects so that they both contain the same files
[2014-03-dd] PRB - githhub - while it has "gitpages" for hosting demos/
] it aint gonna work for .cshtml files, becauses it's likely only gonna be running on 'nix servers,
[2014-03-dd] first question - re multi developer synching process
] ex dev 1 .... n -
] each dev pulls down 'copy 1.000' of project,
] dev 1 completed PRB-FIX-###, then commits files to "github", (the project ver# would now be 1.001)
] dev 2 completes NEW-FEA-### then commits files to ,
] dev 3 completes UPD-FEA-### and is still working on it
? WHERE dev 1 and dev 2, dev 3 is working on UPDATE-FEA-### and
] REF doc
[2014-12-15] using git diff to compare changes in 2 different branches
] not sure that i really understand what its telling me