@arvindjaiswal
Aspiring Devops Engineer
I am learning to become Devops engineer.
I am available for Learning and applying in real life projects.
Git Stash: Git stash is a lifesaver when you want to save changes you've made in your working directory but aren't ready to commit them. It allows you to switch to a different branch without worrying about losing your changes. By creating a new br...

Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branches. You can merge a branch into another branch using a pull request. B...

What is Git and why is it important? Git is the most commonly used version control system. Git tracks the changes you make to files, so you have a record of what has been done, and you can revert to specific versions should you ever need to. Git also...
