Best of Git — June 2023
- 1
- 2
Community 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
Hacker 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
Visual 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
- 6
freeCodeCamp·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
DZone·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
Community 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
Community 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
- 11
DZone·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.