Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Comprehensive Guide to GitLab: Overview, Use Cases, Architecture, and Getting Started

What is GitLab? GitLab is a comprehensive DevOps platform that provides a set of tools for software development and lifecycle management. It combines essential features like source code management, continuous integration/continuous deployment (CI/CD), issue tracking, and collaboration into a single application. GitLab is based on Git, a distributed version control system, and supports both public … Read more

Top 10 Website to Host Git Repository Online

In any industry, code has become one of the most business-critical assets. As a result, storing, securing, and collaborating around code has become a significant challenge for enterprises large and small. Choosing the right source code management solution is no easy task. Even more so when you think about hosting your code behind your own … Read more

Top 5 Git Version Control Software in Cloud

Version control is a way to keep track of changes to code so that if something goes wrong, we can compare across different code versions and go back to any previous versions we want. This is very essential where many developers are constantly working on/changing the source code. Benefits of Version Control Software: The main … Read more

GitLab is not responding

rajeshkumar created the topic: GitLab is not responding Issues – After setting up the gitlab in ubantu by following www.scmgalaxy.com/111-git/888-setting-up…n-local-machine.html I am getting error called “GitLab is not responding” on front page. Followup – I did run status commands and got following output… sudo gitlab-ctl status run: nginx: (pid 12728) 165s; run: log: (pid 12574) … Read more

GitLab: You are not allowed to access develop!

rajeshkumar created the topic: remote: GitLab: You are not allowed to access develop! Issues – remote: GitLab: You are not allowed to access develop! remote: error: hook declined to update refs/heads/develop To gitlab.corp.intuit.net/sbfs/qbo-mumble.git ! [remote rejected] develop -> develop (hook declined) error: failed to push some refs to ‘ gitlab.corp.intuit.net/sbfs/qbo-mumble.git ‘ Regards, Rajesh Kumar Twitt … Read more

My Gitlab First Notes…

rajeshkumar created the topic: My Gitlab First Notes… To work in gitlab, login as a scmadmin su – s ( go to root) su – git 9 go to as a git user) To see the config – cd /home/git/gitlab/config more gitlab.yml Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

After Pushing tag in Gitlab UI, Gitlab should fire jenkins job.

ghanshyamjisingh@gmail.com created the topic: After Pushing tag in Gitlab UI, Gitlab should fire jenkins job. Requirement: After Pushing tag in Gitlab UI, Gitlab should fire jenkins job. My setup: I am using wehooks to to this configuration, the configuration is all fine. Issue: when I push tag through Git Bash, it is triggering jenkins job, … Read more

Top 5 Git hosting solutions | List of best Git hosting tools

top-5-git-hosting-solutions

This is the era of DevOps where automation and collaboration is the key of success in software industry. This is the reason code availability is for everyone in the team is the necessity for today’s work environment. Developers are using Git nowadays for their code management and collaboration. But, this is not enough. Now you … Read more

All Possible Interview Questions on Git, Github and Gitlab

interview-questions-on-git-github-gitlab

What is GIT? What is a repository in GIT? What is the command you can use to write a commit message? What is the difference between GIT and SVN and other CM systems? Answers – Cheap Local Branching Everything is Local Git is Fast Git is Small The Staging Area Distributed Any Workflow Easy to … Read more