Welcome to zenithratech Developer Hub

Your centralized internal platform for secure code management, CI/CD pipelines, and DevOps automation.

Developer Quick Start Guide

1. Configure Git in your Terminal

Set up your local environment with your organization credentials:

git config --global user.name "Your Name"
git config --global user.email "you@zenithratech.com"

2. Set Up Your SSH Key

For passwordless pushes, generate an SSH key and add it to your account:

ssh-keygen -t ed25519 -C "you@zenithratech.com"

👉 Paste the generated public key in your SSH Key Settings.

Essential Resources & Links

Explore Repositories
Browse organization projects, shared libraries, and templates.
View Teams & Organizations
Find your engineering department and request access to codebases.
Engineering Documentation
Read our coding standards, branching strategies, and architecture docs.
DevOps Support Contact
Need pipeline adjustments or extra repository permissions? Contact DevOps.