Best of Git β€” September 2020

  1. 1
    Article
    Avatar of hashnodeHashnodeΒ·6y

    What are Git Hooks?

    Git Hooks are scripts that run automatically every time a particular event occurs in a Git repository. Through the scripts, you can customize Git’s internal behavior and trigger customizable actions at key points in the development life cycle. There are two kinds of hooks:Client-side (local) hooks and remote (remote) hooks.

  2. 2
    Article
    Avatar of hashnodeHashnodeΒ·6y

    Must Read Developer Articles on Hashnode - #12

    Hashnode is helping developers become successful in dev blogging in many ways. It allows developers to create a full-fledged, fully optimized blog on their domain for free. Every time you write something on your blog, it's shared with the community on Hashnode for initial traction and readership.

  3. 3
    Article
    Avatar of hashnodeHashnodeΒ·6y

    Bash ~ never forget to git commit again πŸ’₯

    Bash git commit prompt script. It will loop through our project directory and tell us the following statistics per project: Is it a git repo? Did you forget to commit something? Do we have unstated changes? If it's not a git project we change our message. If we run our bashsh script, we will get all lines per project folder with the status.