On Sunday, 15 March 2015 11:15 PM, Kevin D wrote:
On Sun, Mar 15, 2015 at 05:58:19PM +0100, t.gumme...@gmail.com wrote:
> On 03/15, Arup Rakshit wrote:
> > On Sunday, March 15, 2015 01:30:04 PM you wrote:
> > >
> > > With --assume-unchanged you're promising git that you will not change
> > > a
On Sun, Mar 15, 2015 at 05:58:19PM +0100, t.gumme...@gmail.com wrote:
> On 03/15, Arup Rakshit wrote:
> > On Sunday, March 15, 2015 01:30:04 PM you wrote:
> > >
> > > With --assume-unchanged you're promising git that you will not change
> > > a file that is already in the repository. Git doesn't
commit but untracked files present (use "git add" to
> > > track)
> > > [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged
> > > .ruby-gemset
> > > fatal: Unable to mark file .ruby-gemset
> > > [arup@sztukajedzenia (SJ002)]$
(SJ002)]$ git update-index --assume-unchanged
> > .ruby-gemset
> > fatal: Unable to mark file .ruby-gemset
> > [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged
> > .ruby-version
> > fatal: Unable to mark file .ruby-version
> > [arup@sztukajedzenia (SJ0
J002)]$ git update-index --assume-unchanged
> .ruby-version
> fatal: Unable to mark file .ruby-version
> [arup@sztukajedzenia (SJ002)]$
With --assume-unchanged you're promising git that you will not change
a file that is already in the repository. Git doesn't check those
file
esent (use "git add" to track)
[arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged .ruby-gemset
fatal: Unable to mark file .ruby-gemset
[arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged .ruby-version
fatal: Unable to mark file .ruby-version
[arup@sztukajed
6 matches
Mail list logo