Best of GitFebruary 2022

  1. 1
    Article
    Avatar of robinwieruchRobin Wieruch·4y

    Mac Setup for Web Development [2022]

    This year (2022) I bought the new MacBook Pro after having used the MacBook Pro 2015 for the last years. This first month has been super exciting and I am up running working efficiently on my personal and professional web development projects. Here I want to share with you my Mac setup for web development that I have used.

  2. 2
    Article
    Avatar of swyxswyx·4y

    Moving to Obsidian as a Public Second Brain

    Two months ago I moved my notes to Obsidian, and I’ve been fairly happy with the result. Here my focus is on convincing you why your S.B. should be public. As I reached the limits of SimpleNote/Notion/GitHub, I thought about these factors for my next notetaking tool.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    iTerm2 + Oh-My-Zsh: Supercharge Your Mac Terminal

    If you are using the default terminal on macOS, chances are you are dissatisfied with it. In this article, you will learn how to improve the look and feel of the terminal with the help of iTerm2 and oh-my-zsh. You can install themes and plugins to further customize your terminal.

  4. 4
    Article
    Avatar of btrprogBetter Programming·4y

    The Best Git Workflow for Your Software Engineering Team

    Git workflow is the strategy that you follow when you are working with Git. A lone developer’s Git workflow can be as simple as working on a single branch. But when it comes to a team, we need a proper branching strategy. The workflow we follow at our company is closely related to the popular Gitflow workflow.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Learn Git Branching - The most visual and interactive way to learn Git on the web

    "Learn Git Branching" is the most visual and interactive way to learn Git on the web. You'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way. It's free and open source.

  6. 6
    Article
    Avatar of lnLaravel News·4y

    Manage Git Branches with git-trim

    The git-trim command is a way to quickly remove merged, pruned, untracked, and stale branches in Git repositories. You can download and try this command out via NPM or as an Oh-My-Zsh plugin. If you'd like to learn more about the source code, you can check it out on GitHub at jasonmccreary/git- Trim.

  7. 7
    Article
    Avatar of phProduct Hunt·4y

    Pylon - A tool to help you code anywhere anytime⚡️

    Pylon can automatically build a development environment which greatly saves your time wasted in setting up the environment. Just fill in your Git repository URL and start coding. Pylon can also be used to share your environments with others. Just upload a picture of your environment and Pylon will build it for you.