Closed Srishti-j18 closed 1 year ago
Nice work @Srishti-j18 Task completed 🥳 Can you once also tell the step how did you removed the commits made earlier by you
Nice work @Srishti-j18 Task completed 🥳 Can you once also tell the step how did you removed the commits made earlier by you
Actually, I first closed the repo and, then I deleted both branches which I created during this task, then I started the process from the start.
git add . git commit -m "first song added" git checkout -b feature1 task git commit -m "Favourite song and video are added" git checkout task git commit -m "data added" git branch git merge feature1 git commit git branch history