Vyankateshwar Taikarvtaikar.hashnode.dev路Sep 16, 2023Mastering Git and GitHub: Advanced Techniques for Streamlined Version Control馃尶Git Branching This feature is provided in Git so that developers can create code related to different functionalities on separate branches. This helps the development team in creating the code in an uncluttered way. Later this code can be merged wi...49 reads#advancegit
Suraj bariklinuxenthusiast.hashnode.dev路Aug 7, 2023Advance Git & GitHub for DevOps Engineers: Part-2馃毃Git Stash: git stash is a Git command to locally store your recent changes in a separate area so you can fetch those changes later. Stashing is handy if you need to quickly switch context and work on something else, but you're mid-way through a cod...advanced git and github
Divyansh Jaindevopswithdivyansh.hashnode.dev路Jul 25, 2023Advance Git & GitHub for DevOps Engineers: Part-2馃専Introduction馃専 Welcome to Day 11 of the #90DaysOfDevOps challenge! Today, we'll learn about GIT Advance concepts. In the fast-paced world of software development, collaboration, version control, and continuous integration are vital components of su...Devops
Saurabh Mathuriacocreator.hashnode.dev路Jul 23, 2023Advanced Git And GitHub Commands馃摑 Task-1: Set up Your Identity Before you dive into the world of DevOps and start collaborating on projects, it's essential to set up your identity to be associated with your commits. This ensures that your contributions are appropriately recognized...GitHub
HIMANSHU SRIVASTAVAhimanshurkt96.hashnode.dev路May 30, 2023Day 10 Task: Advance Git & GitHub for DevOps Engineers.What is Branch? A Branch is a representation of different isolated versions of code. Let me explain with a help of an example. I have cloned the repository from GitHub.When you enter the repository the default branch name of your repository is main,...GitHub