Which Git hosting do you prefer? +
GitHub for open source and most clients, GitLab for self-hosted or enterprise. Both are equally comfortable for me.
Do you set up CI/CD pipelines? +
Yes. GitHub Actions or GitLab CI for automated testing, Docker image builds, and deployment to staging and production servers.
What branching strategy do you recommend? +
GitHub Flow for small teams (main + feature branches), Git Flow for products with scheduled releases. I adapt to what your team already uses.
Can you help my team adopt better Git practices? +
Yes. I can audit your current workflow, set up branch protection, PR templates, commit message conventions, and automated checks.
Do you use signed commits? +
Yes, GPG-signed commits for professional projects where commit authenticity matters.