1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add option to delete local and remote tag

This commit is contained in:
Anvar Umuraliev
2025-01-27 17:43:48 +01:00
committed by Jesse Duffield
parent abf914c923
commit 7db8fb8e9c
5 changed files with 145 additions and 0 deletions

View File

@ -356,6 +356,7 @@ var tests = []*components.IntegrationTest{
tag.CreateWhileCommitting,
tag.CrudAnnotated,
tag.CrudLightweight,
tag.DeleteLocalAndRemote,
tag.ForceTagAnnotated,
tag.ForceTagLightweight,
tag.Reset,