#git
Read more stories on Hashnode
Articles with this tag
Linux Commands: # To check your present working directory: pwd # List all the files or directories ls # Lists hidden files or directories: ls -a #...
Git Stash: Let's first discuss what we mean by 'stash', i.e. store something safely in a hidden place. Hence git stash is a command temporarily saves...
Git Branching Git branching allows developers to create multiple branches of their codebase and work on them independently of each other. Each branch...
Advanced git and github · What is Git and why is it important? Git is distributed version control system, developed by 'linus torvald' in 2005, Used to...
What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It...
What is DevOps DevOps is a collaboration between Development and IT Operations to make software production and Deployment in automated & repeatable...