DevOps Classroom notes 17/Nov/2023

Rewriting History – Changing the already existing commits

Changing latest commit message

  • We have created a commit
    Preview
  • Commit message has a typo
  • we need to change the commit message
    Preview

Changing the older commit message

  • We have the following commits
    Preview
  • We need to change the commit message of 594526a to “Added 4.txt”
  • we need to rewrite from one position behind head HEAD~1
    Preview
  • When using interactive rebase use HEAD~1+1
    Preview
  • In this we need to reword since we need to change the commit message.
    Preview

Other scenarios

  • Refer classroom video for
    • deleting commits
    • combining commits

Git reflog

  • Refer Here for official docs
  • Git reflog is like a permanent log of local git repo
  • Now using reflogs we can undo certain stuff
  • Exercise:

    • Create 5 commits assuming 5 is latest commit
    • Delete commit 4 and try to recover using reflog.
  • Try now

Waiting till 9:15 AM

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube