mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/bash
|
||
|
TAGNAME=$(date +'%Y%m%d-%H%M%S')-$(git log --format=%h -1)
|
||
|
git tag $TAGNAME
|
||
|
|