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!

BASH aliases for GIT | Bash Git Aliases Reference

bash-aliases-for-git

BASH aliases for GIT Following BASH aliases can be used in ~/.BASHRC alias g = “git status” alias ga = “git add” alias gaa = “git add .” alias gc = “git commit -m” alias gca = “git commit -am” alias gb = “git branch” alias gbd = “git branch -d” alias gco = “git … Read more