> > 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/ 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 ?
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
