Git

Git · 2

Everything tagged Git.

Post
SystemsGitlab CI - Commit & Push in a JobRecently 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 20222 min
Post
ProgrammingGPG signed commits in PHPStorm on CentOS 7Having 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 20191 min