Best of GitJune 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Best Animation Libraries For React🎉

    React-spring is a spring-physics-based animation library that should cover most of your UI-related animation needs. Framer Motion is a production-ready motion library for React. Green Sock has over 5,500 GitHub stars and 54k weekly NPM downloads.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Git Foundations

    Git stands as one of the most powerful and most used tools ever created. The first public release of Git was in April 2005. It was made available for the public to download and quickly gained attention within the open-source community. Git maintains a complete history of all modifications made to the codebase.

  3. 3
    Article
    Avatar of hnHacker News·3y

    binpash/try: "Do, or do not. There is no try." We're setting out to change that.

    GitHub - binpash/try: "Do, or do not. There is no try" Description lets you run a command and inspect its effects before changing your live system. Please note that is a prototype and not a full sandbox, and should not be used to execute commands that you don't already trust on your system.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code May 2023

    Visual Studio Code May 2023 (version 1.79) Download the nightly Insiders build and try the latest updates as soon as they are available. There are many updates in this version that we hope you'll like, some of the key highlights include: Read-only mode.

  5. 5
    Article
    Avatar of itnextITNEXT·3y

    How i created a query language for .git files (GQL)

    How i created a query language for.git files (GQL) GQL is aquery language with a syntax very similar to SQL with a tiny engine to perform queries on. git files. The engine has the functionality to deal with.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Git Change Commit Message – How to Edit Commit Messages with Git Amend

    Git amend is a command in Git that allows you to make changes to the most recent commit in your repository without creating additional commits. It is particularly useful for editing commit messages, although you can also use it to add or remove files from the previous commit. We will explore the power of Git amend and its ability to modify commit messages.

  7. 7
    Article
    Avatar of dzDZone·3y

    Agile Git Branching Strategies in 2023

    The right choice for a branching strategy is essential for project success, says author. Git-Flow is very popular and well-documented, but there are a few other alternatives like GitHub-Flow and the Trunk-based approach that exist. This article will describe why some other branching models may work better for your and your team.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Build a fully typed web app using Next.js, PlanetScale, Drizzle, and Kysely

    PlanetScale is a super cool database-as-a-service platform based on Vitess, the same technology that powers YouTube, Slack, and other mega-scale companies. The PlanetScale CLI is a handy command-line tool provided by PlanetScale to make your life easier.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Differences Between Git Merge and Rebase — and Why You Should Care

    Differences between Git Merge and Rebase - and Why You Should Care differences between the two options. In this post, I’ll illustrate and highlight the differences between these options and point out things to look out for when performing the actions. The key difference between merge and rebase is that while merge preserves history as it happened.

  10. 10
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·3y

    Frameworks, SVG Tools, Svelte

    The text field provides a nice little set of tools to easily insert all sorts of text and other content. Links, headings, italics, blockquotes, bullet lists, and so on. Another one you probably use often is the at-mentions features.

  11. 11
    Article
    Avatar of dzDZone·3y

    Millions of .Git Folders Were Exposed Publicly by Mistake

    Millions of.Git Folders Were Exposed Publicly by Mistake - DZone Millions of.Git folders were exposed publicly by mistake. Nearly 2 Million Exposed Git Repositories Git is a technology that nearly all software developers use to collaborate and version control their software.