DEV Community

Git

Software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to use git-hooks to make better commit

How to use git-hooks to make better commit

Comments
4 min read
Interactive Git Rebasing

Interactive Git Rebasing

1
Comments
3 min read
Git Command Cheatsheet: My Top 7 Git Commands

Git Command Cheatsheet: My Top 7 Git Commands

4
Comments
5 min read
The Ultimate Guide to GitHub: Everything You Need to Know

The Ultimate Guide to GitHub: Everything You Need to Know

30
Comments
12 min read
Git tags: what are they? How do tags and branches differ from one another?

Git tags: what are they? How do tags and branches differ from one another?

3
Comments
2 min read
GitLab vs. GitHub: Comparing the Leading Code Repository Platforms

GitLab vs. GitHub: Comparing the Leading Code Repository Platforms

13
Comments 5
3 min read
Stop merging the main branch into your feature branch! Try rebasing

Stop merging the main branch into your feature branch! Try rebasing

Comments
2 min read
Automatic Git Commit and Push on Save using PHPStorm

Automatic Git Commit and Push on Save using PHPStorm

4
Comments 3
3 min read
Beyond the Basics. Guide to Deeply Understand Merge, Rebase, Squash, and Cherry Pick - When to Use Them With Real-World Examples

Beyond the Basics. Guide to Deeply Understand Merge, Rebase, Squash, and Cherry Pick - When to Use Them With Real-World Examples

2
Comments
17 min read
How to add new changes to most recent git commit?

How to add new changes to most recent git commit?

Comments
2 min read
Commit Changes to a New Branch with Git

Commit Changes to a New Branch with Git

2
Comments 2
1 min read
The Power of Git: A Guide to Collaborative Version Control

The Power of Git: A Guide to Collaborative Version Control

106
Comments 9
7 min read
Version control for your Godot game projects

Version control for your Godot game projects

14
Comments
10 min read
Saving Time with Git: A Deep Dive into Version Control

Saving Time with Git: A Deep Dive into Version Control

18
Comments 4
10 min read
The Magic of Empty Git Commit

The Magic of Empty Git Commit

95
Comments 60
1 min read
How to Have Multiple Branches Checked Out at the Same Time?

How to Have Multiple Branches Checked Out at the Same Time?

Comments
1 min read
Saved by `git fetch` and GitHub

Saved by `git fetch` and GitHub

Comments
3 min read
How to Make Git Usable by Humans: Introducing GitMini

How to Make Git Usable by Humans: Introducing GitMini

2
Comments
3 min read
Git & GitHub Basics: Useful CLI Patterns

Git & GitHub Basics: Useful CLI Patterns

Comments
7 min read
Commit with a Past Date and Time in Git

Commit with a Past Date and Time in Git

37
Comments 12
1 min read
Learn about Branching in Git

Learn about Branching in Git

1
Comments 2
5 min read
Git: The Cornerstone of Efficient Software Development

Git: The Cornerstone of Efficient Software Development

Comments
3 min read
.gitignore for an OCaml project

.gitignore for an OCaml project

Comments
1 min read
The Nx Node/React Stack part 1 - Environment

The Nx Node/React Stack part 1 - Environment

5
Comments
4 min read
TTT #1: Git Basics and Tricks

TTT #1: Git Basics and Tricks

Comments
2 min read
loading...