Best of GitAugust 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    From zero to Web developer

    Web development is the work involved in developing a website or a web application. There are multiple paths you can take while learning web development. This is the one I would take if I had to do it all over again. These steps are going from the very beginning, so it's suited for beginners.

  2. 2
    Article
    Avatar of devtoDEV·5y

    5 Git Tricks Every Developer Should Know

    In this article we will discuss 5 git tips and tricks that will enhance your productivity, better your workflow and make you an overall git ninja. Let’s dive in: Remove all your local git branches but keep master. A better git log visualization on terminal. How to delete a git branch locally and from remote.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·5y

    Highlights from Git 2.33

  4. 4
    Article
    Avatar of newstackThe New Stack·5y

    Git for Managing Small Projects – The New Stack

    This series explores how git might work for small, real-world hardware/software projects. git is used for tracking and managing changes in files. The series caters to Linux-based machines, primarily using the command line. The principles discussed can transfer over to work on Windows and the Mac.

  5. 5
    Article
    Avatar of newstackThe New Stack·5y

    GitHub Kisses Passwords Goodbye – The New Stack

    GitHub has blocked the use of account passwords when authenticating Git operations. Instead, Git now requires you to use two-factor authentication (2FA) factors. These factors can include personal access tokens; SSH keys, for developers; or OAuth or GitHub App installation tokens for integrators.