#github
Read more stories on Hashnode
Articles with this tag
Docker Volume Docker volumes are used to manage data in Docker containers. They provide a way to persist data generated and used by Docker containers....
What is Dockerfile? A Dockerfile is a text file that contains a series of instructions on how to build a Docker image. These instructions are executed...
Summary about Linux and Git-GitHub Linux is open source platform, where manage all the hardware and software's on it, in the Linux kernel is the main...
What is Git Stash git stash is a Git command used to temporarily save changes you’ve made to your working directory. It allows you to set aside your...
Git Branching A branch in version control systems like Git acts as a subdirectory where data is kept isolated from other branches, each having its own...
Why Git is important? Git is important for several reasons, particularly in the context of software development and project management: Version...