Files
git/SA
2006-02-19 00:38:06 -08:00

7 lines
198 B
Bash
Executable File

#!/bin/sh
# Take a snapshot of master and next *after* making an
# "What's in git.git" announcement, for the next round.
git tag -f sa/next refs/heads/next
git tag -f sa/master refs/heads/master