Re: [git-users] How GIT stores data

2016-05-29 Thread Sharan Basappa
Folks, Having started using GIT, one more question ... I do some work on a file. Assume the file is version is F.1. I think it is fairly done and I stage it (git add) but don't commit. Now later, I realize that I need to make some more changes to the file. I make changes (F.2), add and them com

Re: [git-users] pushing referenced librarys

2016-05-29 Thread Martin Møller Skarbiniks Pedersen
On 29 May 2016 at 02:19, 'dev_aka' via Git for human beings < git-users@googlegroups.com> wrote: > Hi, > > I am having trouble pushing my referenced library to git, I am working on > eclipse and i am using a jar file which is inside lib package > (Project/src/lib). When i push the project the refe

Re: [git-users] How GIT stores data

2016-05-29 Thread Michael
On 2016-05-29, at 7:58 AM, Sharan Basappa wrote: > Folks, > > Having started using GIT, one more question ... > > I do some work on a file. Assume the file is version is F.1. I think it is > fairly done and I stage it (git add) but don't commit. > Now later, I realize that I need to make some