Tag: github

  • How to Delete Local and Remote Branches in Git: A Complete Guide

    How to Delete Local and Remote Branches in Git: A Complete Guide

    TLDR; Deleting a Local Branch in Git To delete a local branch, use one of these commands: Safe deletion: git branch -d <branchName> Force deletion: git branch -D <branchName> Deleting a Remote Branch in Git To delete a branch from a remote repository (like GitHub or GitLab): git push origin –delete Local Branch vs. Remote…

    by

    in
  • Mastering GitHub Webhooks: Automate Notifications & Stay Informed

    Mastering GitHub Webhooks: Automate Notifications & Stay Informed

    We all like shopping, right? Let me tell you of this one time I really wanted to get myself thigh high black boots and when I checked on Amazon, the boots weren’t available in stock. But I was really desperate so I would check Amazon twice or thrice everyday, to the point that it became…

    by

    in