#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
What is Jenkins? -Jenkins is an open-source automation tool written in Java programming language that allows continuous integration. -Jenkins builds...
Day 12 of #90daysofdevops challenge SETUP: Configuring user information used across all local repositories. git config --global user.name "[Firstname...
#day12 of #90daysofdevopschallenge cd - Change directory Use this command to navigate to different directories in the file system. Ex. cd pictures...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...
What is Git and why is it important? Git is a version control system used for tracking changes in computer files. It is generally used for source...