Lines Matching refs:git
7 git clone git@github.com:SELinuxProject/selinux.wiki.git $WIKIDIR
14 git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')"
23 git tag $i-$VERS > /dev/null 2>&1
24 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
32 git tag selinux-$i-$VERS > /dev/null 2>&1
33 git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
39 git add .
56 echo " git commit -m \"Release $(date '+%Y%m%d')\" -a -s"
57 echo " git push"
60 echo "Push the release and its tags to git via:"
61 echo " git push"
62 echo " git push --tags"