Skip to Content

Tag: git

  • Posted on

    Make your life easier with Git aliases

    If there is one tool I’m constantly using throughout the day, it must be Git! Since most of the commands I need are basically the same, I’ve created some Git aliases to reduce the number of keystrokes.

  • Posted on

    Browse a Git repository with the built-in web UI

    Did you know that Git has a built-in web interface to browse your repository? This is a very useful tool to have if you are examining a new repository, don’t have access to GitHub or simply for demonstration purposes.