Best of GitDecember 2021

  1. 1
    Article
    Avatar of towardsdevTowards Dev·4y

    Git commands you must know

    Git is a very important tool for any developer. Here is a rundown of 13 important git commands to better manage your workflow. There are many more commands available that you can find here, but these are the most useful and frequently used ones and they will definitely speed up your coding process.

  2. 2
    Article
    Avatar of hnHacker News·4y

    jesseduffield/lazygit: simple terminal UI for git commands

    A simple terminal UI for git commands, written in Go with the gocui library. Binary releases for Windows, Mac OS(10.12+) or Linux, you can download a binary release here. The lazygit formula can be found in the Homebrew core to get the frequently updated one.

  3. 3
    Article
    Avatar of csharpcornerC# Corner·4y

    Boost Your Efficiency: VS Code Productivity Plugins For Dev Teams

    VS Code offers a vast variety of extensions that can help you speed up your coding and improve developer-to-developer communication. I rounded up a list of five awesome tools that are guaranteed to bring the productivity of your team to the next level. I hope this post will make your team more efficient and productive. Happy hacking!

  4. 4
    Article
    Avatar of devtoDEV·4y

    10 useful Git tips to improve your workflow

    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Below I would like to share 10 useful Git tips to improve your Git-based workflow. Create your own aliases for common commands to save you some time in the terminal.

  5. 5
    Article
    Avatar of sitepointSitePoint·4y

    How To Write Shell Scripts in Node with Google’s zx Library

    In this article, we learn what Google’s zx library provides, and how we can use it to write shell scripts with Node.js. We’ll then learn how to use the features of zx by building a command-line tool that helps us bootstrap configuration for new projects.