mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01:00
8 lines
199 B
Bash
Executable File
8 lines
199 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/master refs/heads/master
|
|
git tag -f sa/maint refs/heads/maint
|
|
|