Ggufitecingufitec.hashnode.dev·Sep 18, 2023 · 2 min readGit / Github#Git is a Distributed Version Control system (DVCS). It can track changes to a file and allows you to revert back to any particular change. Unusually, a DVCS works by having three places to store things: 1. Working Copy 2. Staging 3. Reposito...00
Ggufitecingufitec.hashnode.dev·Sep 15, 2023 · 1 min readJenkinsIt is an open-source free automation tool used to automate the entire SDLC(software development lifecycle). It is written in Java. Jenkins helps in CI/CD (continuous integration and continuous delivery). Developer----> github---> jenkins---> maven...00