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.
The bare minimum to work with Git

The bare minimum to work with Git

3
Comments
1 min read
Getting started with your first open source project

Getting started with your first open source project

5
Comments 1
6 min read
Git: Renaming a Branch

Git: Renaming a Branch

5
Comments
1 min read
Git Merge: Merging Changes from other Branches

Git Merge: Merging Changes from other Branches

11
Comments
3 min read
Keep your email safe on github

Keep your email safe on github

1
Comments 2
2 min read
Refactoring Tools: Tactic Git for Smoother Refactoring

Refactoring Tools: Tactic Git for Smoother Refactoring

6
Comments
3 min read
How to write a good README

How to write a good README

105
Comments 10
11 min read
Resolving Git Merge Conflicts

Resolving Git Merge Conflicts

51
Comments 1
5 min read
Manage multiple git accounts

Manage multiple git accounts

7
Comments
2 min read
A Step by Step Guide to Git Branches

A Step by Step Guide to Git Branches

30
Comments
3 min read
How to Reset a Local Git branch to a Remote Branch

How to Reset a Local Git branch to a Remote Branch

11
Comments
3 min read
Stupid tricks to solve Git problems

Stupid tricks to solve Git problems

13
Comments
3 min read
Turbinando seu git bash (Windows) adicionando aliases (como se fosse o git plugin do zsh)

Turbinando seu git bash (Windows) adicionando aliases (como se fosse o git plugin do zsh)

6
Comments
5 min read
A New git-hooks Package

A New git-hooks Package

2
Comments
4 min read
Usar mĂşltiples usuarios con Git

Usar mĂşltiples usuarios con Git

8
Comments 3
3 min read
Submoduler: A tool to automatically keep git submodules updated through Python & Docker

Submoduler: A tool to automatically keep git submodules updated through Python & Docker

1
Comments
2 min read
Using YubiKey resident keys for Git and SSH on macOS

Using YubiKey resident keys for Git and SSH on macOS

14
Comments 3
4 min read
Communicate Risk with Git Commits

Communicate Risk with Git Commits

4
Comments
5 min read
Git 2.38 has changed!

Git 2.38 has changed!

4
Comments 1
2 min read
How I Solved Heroku H10 / 503 Error - A Story

How I Solved Heroku H10 / 503 Error - A Story

7
Comments
3 min read
Making life a breeze, with Git

Making life a breeze, with Git

4
Comments
4 min read
Some less popular git commands

Some less popular git commands

54
Comments
4 min read
A Beginners Guide to Contributing to an Existing Git Repository

A Beginners Guide to Contributing to an Existing Git Repository

4
Comments 1
5 min read
How to automate code format on commit

How to automate code format on commit

21
Comments 4
3 min read
Merging and pulling from git as you were used to

Merging and pulling from git as you were used to

Comments
1 min read
TIL: Auto push new branches

TIL: Auto push new branches

Comments
1 min read
How to Change a Git Commit Date (For Beginners)

How to Change a Git Commit Date (For Beginners)

22
Comments 1
3 min read
How to use multiple users with Git

How to use multiple users with Git

67
Comments 4
3 min read
10 Git Best Practices to Start Using in Your Next Git Commit

10 Git Best Practices to Start Using in Your Next Git Commit

2
Comments
4 min read
Git Repository Essentials

Git Repository Essentials

3
Comments
4 min read
Git: The Basics

Git: The Basics

4
Comments
5 min read
How to write Git commit messages like a Pro!

How to write Git commit messages like a Pro!

132
Comments 17
3 min read
An introduction to Conventional Commits

An introduction to Conventional Commits

34
Comments 2
2 min read
Why you shouldn't ignore .gitignore

Why you shouldn't ignore .gitignore

13
Comments
2 min read
A Git-Hook for Commit Messages Validation - No Husky, Just JS

A Git-Hook for Commit Messages Validation - No Husky, Just JS

20
Comments 4
6 min read
In One Minute : git

In One Minute : git

5
Comments
1 min read
What are your git aliases?

What are your git aliases?

77
Comments 52
2 min read
ZSH + Oh My ZSH! on Windows without WSL

ZSH + Oh My ZSH! on Windows without WSL

98
Comments 9
4 min read
How to enforce Conventional Commit messages using Git hooks with husky & commitlint

How to enforce Conventional Commit messages using Git hooks with husky & commitlint

5
Comments
1 min read
Advanced Git

Advanced Git

39
Comments
10 min read
Convetional Commit: A meaningful commit message proposal

Convetional Commit: A meaningful commit message proposal

2
Comments
2 min read
GitHub 101: Uploading Files to a New Repository via Command Line

GitHub 101: Uploading Files to a New Repository via Command Line

1
Comments
2 min read
Adding support for the `--config` option in an SSG

Adding support for the `--config` option in an SSG

Comments
2 min read
Monitoring AKS With Prometheus and Grafana

Monitoring AKS With Prometheus and Grafana

54
Comments
6 min read
What is Git?

What is Git?

1
Comments
3 min read
How to cherry-pick a commit from another repository

How to cherry-pick a commit from another repository

18
Comments 1
1 min read
Automated code review requests with code owners

Automated code review requests with code owners

3
Comments
3 min read
How to revert a commit in git

How to revert a commit in git

1
Comments
4 min read
How to change author in pushed commit

How to change author in pushed commit

Comments 3
1 min read
Instalar y Configurar Git en Windows

Instalar y Configurar Git en Windows

1
Comments
4 min read
Como adicionar pre-commit no Git

Como adicionar pre-commit no Git

Comments
2 min read
Creating Git Hooks Using Husky

Creating Git Hooks Using Husky

15
Comments
2 min read
Setting up VSCode to write commit messages like a boss

Setting up VSCode to write commit messages like a boss

4
Comments
1 min read
Working with Multiple Gitconfig

Working with Multiple Gitconfig

12
Comments 2
2 min read
GitHub Actions : Zero to Hero

GitHub Actions : Zero to Hero

12
Comments
3 min read
Without Reverting, Open old version of Code with Git | Git Tag

Without Reverting, Open old version of Code with Git | Git Tag

1
Comments
2 min read
The Tao of Git

The Tao of Git

Comments
8 min read
Everything you need to know about hacktoberfest and opensource

Everything you need to know about hacktoberfest and opensource

2
Comments
4 min read
Subtrees and Submodules - 14 days of Git

Subtrees and Submodules - 14 days of Git

6
Comments
3 min read
C# git tips: Use git hook to test your code

C# git tips: Use git hook to test your code

9
Comments 2
2 min read
loading...