mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
TAGNAME=$(git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S")
|
|
git tag $TAGNAME
|
|
|