#linux
Read more stories on Hashnode
Articles with this tag
Day 17 of 90daysofdevops · Dockerfile Dockerfile is basically a text file. It contains some set of instructions. Automation of docker image...
Day 14 of 90daysofdevops · Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what...
Day 12 of 90daysofdevops · Linux Cheat Sheet Basic Commands CommandDescription lsLists all files and directories in the present working...
Day 10 of 90daysofdevops · Git Branching Branching is a powerful feature of Git that enables teams to work simultaneously on multiple features or bug...
Day 9 of 90daysofdevops · What is Git and why is it important? Git(Global Information Tracker) is nothing but a source-code management tool used to...
Day 8 of 90daysofdevops · What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among...