Best of GitMarch 2022

  1. 1
    Article
    Avatar of faunFaun·4y

    Less Known GitHub Alternatives…

    Some platforms deserve more attention due to various reasons. GitHub can suppress any of its competitors with no regard to the actual features and the product itself. Here are some alternatives to GitHub which should be popular, some which deserve more. attention, and some which make me wonder… why GitHub is the most popular one.

  2. 2
    Article
    Avatar of tdsTowards Data Science·4y

    Fall in Love with Your Environment Setup

    A Python developer’s guide to the optimal setup for collaboration, production readiness and time saving. The setup instructions for recommended tools can be found in the python-dev-setup repo, which will be referenced throughout the article. The variety of options available for accomplishing the 5 key tasks of environment setup can be overwhelming. I have tested these tools across operating systems to ensure optimal setup no matter your OS.

  3. 3
    Article
    Avatar of beambloggersBeam Bloggers Webring·4y

    13 tips for junior developers on how to make a great impression with your take-home coding task

    13 tips for junior developers on how to make a great impression with your take-home coding task. Find out what the company expects you to do and how to do it. Read the instructions that you have been given well and look for subtle hints. Read your own code twice to make sure you didn’t miss any requirements.

  4. 4
    Article
    Avatar of hackernoonHacker Noon·4y

    How to Really Use Git: 10 Rules to Make Git More Useful

    Git offers helpful tools that allow us to work in such a granular way. The Staging Area allows you to decide which parts or even lines exactly you want in your next commit. Git's Stash helps you save changes you don't need at the moment on a temporary clipboard.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    git config – How to Configure Git Settings to Improve Your Development Workflow

    Git configuration is a powerful command in Git. You can use the Git configuration file to customize how Git works. The tips shared here are things that have worked for me, but there are a lot more you can try after reading. Here are some global Git configuration tips.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    GitLive now works with any Git repository in VS Code!

    GitLive now works with any Git repository in VS Code. The offline mode uses the data from your local Git repository only. The changes from the branches shown in the GitLive tab also appear for your current file in the gutter of your editor. It even shows you when the changes conflict with your own - a kind of early warning system for merge conflicts.

  7. 7
    Article
    Avatar of pointerPointer·4y

    nvbn/thefuck: Magnificent app which corrects your previous console command.

    The Fuck is a command-line app that corrects errors in previous console commands. The app was inspired by a @liamosaur tweet. It can be installed on Linux, Mac OS X, or ChromeOS. It is recommended that you place this command in your .bash_profile , .bashrc , .zshrc or other startup script.

  8. 8
    Article
    Avatar of btrprogBetter Programming·4y

    5 JetBrains Plugins To Boost Your Productivity!

    JetBrains IDEs already have a great Git integration that makes it easy to see the changes you’re making. GitLive adds a tool window that shows the collaborators from your repository where you can easily view diffs of the file changes. Code Time is an open source plugin for automatic programming metrics and time tracking.

  9. 9
    Article
    Avatar of devtoDEV·4y

    Hidden gems - 5 JetBrains plugins to boost your productivity! 💎

    GitLive is one of my favorite plugins to enhance the IDE’s built-in Git functionality. Git Machete is a useful plugin that helps you keep track of all the branches, their relationship with each other and with the remote repository. Stepsize is an example of a tool that can save you time spent on tracking and addressing potential problems.

  10. 10
    Article
    Avatar of devtoDEV·4y

    Professional Git Workflow & GitHub Setup for (React) Developers (incl screencast)

    If you’re a solo developer working on your own projects your Git workflow is usually simple: You work on the main (or master) branch all day every day. Professional teams use processes and workflows to prevent this from happening. Watch the video below to see me walk through one cycle of the workflow.