Playing with Git
Tom Zeller
tzeller at dragonacea.biz
Wed Apr 5 21:10:19 EDT 2017
Ian,
Here's what I did :
mkdir shibboleth-identity-provider
cd shibboleth-identity-provider
git init
tar xzf ../shibboleth-identity-provider-3.0.0.tar.gz --strip 1
git add .
git commit -m "3.0.0"
git tag -m "3.0.0" 3.0.0
rm -rf *
tar xzf ../shibboleth-identity-provider-3.1.0.tar.gz --strip 1
git add .
git commit -m "3.1.0"
git tag -m "3.1.0" 3.1.0
and so on. Seems to do what I want. Does that make sense ?
I didn't sign the tags, just was curious if I could do diffs in Eclipse.
Thx,
Tom
More information about the dev
mailing list