Skip to main content
  1. Categories/

DevOps

2024


2023


2022


[Git] Signing Commits

·388 words·2 mins
This document serves as a step by step guide to how to sign commits before pushing to the repository in Github.

[Git] Migrating from Gitlab to Github

·130 words·1 min
When we were migrating from Gitlab to Github, I found out that there wasn’t an easy way to import everything from Gitlab to Github, as Github doesn’t offer a good tool for that, so I ended up writing the small script below and hosted it as a gist if anyone finds this useful.