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