Skip to content

Index

Disclaimer

These notes are my own comprehension and lessons learned. Does not represent Red Hat, nor replaces official documentation.

  • ⚒ Cheatsheets


    Oneliner commands using jq, grep, awk, git.

    Here

  • Monitoring


    PromQL expressions.

    Here

  • 🧪 Labs


    All sort of experiments.

    Here

  • ARO


    Azure RedHat OpenShift

    Here

Git rebase and amend

When handling dozens of different branches in a Git repo, doing a rebase and all the right commands to make a clean push can be a bit challenging. Here are my notes on how rebase and push it with more confidence.