Compare commits

..

1 Commits

Author SHA1 Message Date
56744155cb feat: add gitops function to update gitconfig template 2025-05-17 08:59:58 +00:00

View File

@ -93,6 +93,9 @@ update)
home_tar)
update home.tar.gz . 500 media
;;
gitconfig)
update gitconfig.template . 500
;;
*)
log error "Invalid arguments for update command: $args"
;;