Advance Git & GitHub for DevOps Engineers
Create a new branch and make some changes to it
To create a new branch and switch to new branch,
sudo git branch Dev
sudo git checkout Dev
Use git stash to save the changes without committing them
git command helps to save our latest changes in ...
neha99.hashnode.dev3 min read