denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Release 1.1


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Release 1.1
Date: Tue, 19 Nov 2013 09:29:37 -0600




On Tue, Nov 19, 2013 at 7:49 AM, Éloi Rivard <address@hidden> wrote:
I still don't know how to change a file in a tag and commit it and have that change. If I update the tagging wont it include all other commits since the tag has been created?

A tag points to a commit, but except the initial commit of a repository, every commit has a parent. Tags does not prevent you to access parent commits.


What are a commands to make a change and have it only affect the r1.1.0 tag.

Everything is here: http://denemo.org/maintainer-page/


Ok. I just did this:
git pull
git fetch --tags
git checkout -b r1.1.0
vim configure.ac
git commit -m "set version to 1.1.0" configure.ac
git tag -a r1.1.0 -f -m "set version to 1.1.0"
git push origin r1.1.0

Then I get this error:
error: src refspec r1.1.0 matches more than one.
error: failed to push some refs to 'address@hidden:/srv/git/denemo.git'

I tried this with and without the line with "git commit" but still got the same error. What am I doing wrong?

Jeremiah


 
This commit should also be the only commit added to the tag. The tag dhould not point update to point at last commit or current master.

What do you mean ?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]