Gitlab

Skip CI on commit or push

Via commit message : git commit -am "message [ci skip]"

Or git push : git push -o ci.skip

Signed commit with specific git address

## ~/.gitconfig

[includeIf "hasconfig:remote.*.url:git@monsupergitlab.com:*/**"]
    path = ~/.gitconfig-custom
    

## ~/.gitconfig-custom

[user]
  signingkey = XXXXXXXXXXXXXXX
[commit]
  gpgsign = true

Last modified: Tue Jun 3 15:00:51 2025