SDSatish D Raj Shettyindevopsgeeks.hashnode.dev·Apr 19, 2023 · 4 min readHow to Install Jenkins on UbuntuIntroduction Jenkins is a CI/CD software platform that supports continuous integration (CI) and continuous delivery (CD). It’s used to automate software testing, building, delivery, and deployment. Using Jenkins on Ubuntu creates a powerful managemen...00
SDSatish D Raj Shettyindevopsgeeks.hashnode.dev·Apr 14, 2023 · 1 min readBank Nifty On 12-04-202312-04-2023 Pre Open00
SDSatish D Raj Shettyindevopsgeeks.hashnode.dev·Apr 1, 2023 · 1 min readAll About Git Commandsgit init The git init command is used to initialize a new Git repository in an existing or newly created directory. When you run git init, Git creates a new .git subdirectory in the current directory, which contains all the necessary files and direct...00
SDSatish D Raj Shettyindevopsgeeks.hashnode.dev·Apr 1, 2023 · 2 min readShort Note on GITGit is a popular version control system because of its many advantages over other version control systems. Here are some of the key reasons why Git is so popular: Distributed Architecture: Git uses a distributed architecture, which means that each d...00
SDSatish D Raj Shettyindevopsgeeks.hashnode.dev·Apr 1, 2023 · 2 min readDifference between Version Control System & Distributed Version Control SystemVersion Control System (VCS) and Distributed Version Control System (DVCS) are two types of software tools used to manage and track changes to source code. Here are some key differences between VCS and DVCS: Centralized vs. Decentralized: VCS is a c...00