james3gh / Career-Bootcamp-SCS

1 stars 13 forks source link

Fun_time #36

Closed Srishti-j18 closed 1 year ago

Srishti-j18 commented 1 year ago
Issue: FunTime_34

List out all the commands that you used to complete this task from very beginning (when told in task).

git checkout -b task master
git status

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

-
-
james3gh commented 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

Srishti-j18 commented 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

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.