GGIT Read More 3 minute read How to protect and discover secrets using GitleaksbySaurabh Kumar SinghDecember 5, 2023 Gitleaks is an open-source SAST tool designed to help identify sensitive information (such as passwords, API keys, and other…
GGIT Read More 2 minute read Useful git commands with examplesbySaurabh Kumar SinghSeptember 25, 2022 So before starting, let’s understand what is git and why is it so popular? GIT is the widely…
GGIT Read More 3 minute read Branching Strategies for CI/CDbySaurabh Kumar SinghMay 3, 2021 A branching strategy is an agreement, or a defined set of rules, that describes when and why branches…