🔥Day11 #90daysDevops🚀 Challenge
Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2
💎 Task-01
🔶 Create a new branch and make some changes to it.
git branch <name_of_newbranch>
🔶 Use git stash to save the changes without committing them.
🔶 Switch to ...
suhasi337.hashnode.dev1 min read