#90daysofdevops
Read more stories on Hashnode
Articles with this tag
đź“ŚConfiguration Commands for setting up your name and email globally, so your commits are attributed correctly. CommandExplanation git config...
đź“ŚNavigation and File Management CommandDescription lsList files and directories in the current directory. cd directoryChange to the specified...
đź“•Git Stash git stash is like putting your code changes in a temporary box. To use Git stash, you first create a new branch and make some changes to...
đź”—Git Branching Git branching is a fundamental concept in version control systems, particularly in Git, a distributed version control system widely...
👉🏼 What is Git and why is it important? Git is a distributed version control system (VCS). It's designed to manage and track changes to source code,...
đź“ŚWhat is Git? Git is a version control system (VCS) that allows you to track changes, collaborate with others, and manage your software development...