Seán McNamara
Software engineering & other rabbit holes
Index
Library
Projects
About
Contact
☰
◐
⌕
Search
/
Git
Git · 2
Everything tagged Git.
Filters ▾
All
53
Posts
53
Notes
0
Finds
0
2 items
Post
Systems
Gitlab CI - Commit & Push in a Job
Recently I needed to make a GitLab CI job where when a merge to master occurs, it runs a bash script, commits the files & pushes them back to master. I needed this to build a change log out…
26 Jul 2022
2 min
Post
Programming
GPG signed commits in PHPStorm on CentOS 7
Having the functionality of automatically being prompted to sign your commits while still using PHPStorms Git GUI means you’ll never forget to sign commits again. To start with, the version…
23 Jan 2019
1 min