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.
⛔ Squash commits considered harmful ⛔

⛔ Squash commits considered harmful ⛔

Reactions 54 Comments 29
7 min read
Make your first open-source contribution

Make your first open-source contribution

Reactions 8 Comments
2 min read
Week 20, 2022 - Tips I learned this week

Week 20, 2022 - Tips I learned this week

Reactions 3 Comments
3 min read
A Guide to writing Industry Standard Git Commit Message

A Guide to writing Industry Standard Git Commit Message

Reactions 59 Comments 3
3 min read
Git branching for small teams

Git branching for small teams

Reactions 42 Comments 9
3 min read
Entendendo padronização de commits (Conventional Commits)

Entendendo padronização de commits (Conventional Commits)

Reactions 13 Comments 2
5 min read
Learn GIT - degit

Learn GIT - degit

Reactions 7 Comments
1 min read
GitLive Now Works With Any Git Repository in WebStorm!

GitLive Now Works With Any Git Repository in WebStorm!

Reactions 35 Comments
2 min read
Git - What actually is Version Control System ?

Git - What actually is Version Control System ?

Reactions 9 Comments
2 min read
DDEV WP quickstart 🚀

DDEV WP quickstart 🚀

Reactions 5 Comments
1 min read
Git Basics: tracking files and adding commits

Git Basics: tracking files and adding commits

Reactions 7 Comments
3 min read
Git: best ways to overhaul a project?

Git: best ways to overhaul a project?

Reactions 6 Comments 2
1 min read
Give me your git command

Give me your git command

Reactions 9 Comments
1 min read
CĂłmo escribir excelentes commits

CĂłmo escribir excelentes commits

Reactions 6 Comments
2 min read
The successful codeline process

The successful codeline process

Reactions 5 Comments
2 min read
How to merge a branch when you forgot it's name ? -Git

How to merge a branch when you forgot it's name ? -Git

Reactions 2 Comments
1 min read
Unverified, Partially and Verified Commits

Unverified, Partially and Verified Commits

Reactions 8 Comments
3 min read
How to learn Git - a guide for beginners

How to learn Git - a guide for beginners

Reactions 10 Comments
3 min read
3 ways to make better pull request descriptions

3 ways to make better pull request descriptions

Reactions 17 Comments 6
3 min read
An explanation of Git for beginners

An explanation of Git for beginners

Reactions 20 Comments 5
3 min read
mani, a CLI Tool to Manage Multiple Repositories

mani, a CLI Tool to Manage Multiple Repositories

Reactions 8 Comments
5 min read
A Simplified Convention for Naming Branches and Commits in Git

A Simplified Convention for Naming Branches and Commits in Git

Reactions 6 Comments
3 min read
Rebasing in English

Rebasing in English

Reactions 3 Comments
1 min read
Do you have readable Git commit history ?

Do you have readable Git commit history ?

Reactions 9 Comments
3 min read
Fix Permission denied (public key) With Gitlab Windows

Fix Permission denied (public key) With Gitlab Windows

Reactions 10 Comments
2 min read
Useful Git Commands for Beginners

Useful Git Commands for Beginners

Reactions 9 Comments
4 min read
Understanding Github - I

Understanding Github - I

Reactions 3 Comments
3 min read
GIT - Como resolver conflitos de merge

GIT - Como resolver conflitos de merge

Reactions 10 Comments
6 min read
Configure Git with name and email

Configure Git with name and email

Reactions 5 Comments
1 min read
Restore lost commits - git reflog

Restore lost commits - git reflog

Reactions 9 Comments 3
2 min read
Week 19, 2022 - Tips I learned this week

Week 19, 2022 - Tips I learned this week

Reactions 2 Comments
2 min read
How to undo your deleted local branch

How to undo your deleted local branch

Reactions 3 Comments
1 min read
Git: Deleting files? Use 'git rm' not just 'rm'

Git: Deleting files? Use 'git rm' not just 'rm'

Reactions 4 Comments
1 min read
How view branches sorted by date in specific format and order

How view branches sorted by date in specific format and order

Reactions 4 Comments
2 min read
Falta algo no seu commit

Falta algo no seu commit

Reactions 10 Comments
3 min read
How Git stores data

How Git stores data

Reactions 10 Comments
7 min read
Take me back, please!

Take me back, please!

Reactions 7 Comments
2 min read
Is it possible to create a commit with a different date?

Is it possible to create a commit with a different date?

Reactions 6 Comments
1 min read
Merging Pull Requests Like a Pro With Mergify

Merging Pull Requests Like a Pro With Mergify

Reactions 114 Comments 19
9 min read
How to fix "fatal: .git/index: index file smaller than expected" git error

How to fix "fatal: .git/index: index file smaller than expected" git error

Reactions 6 Comments
1 min read
Use Git Aliases to Improve Your Productivity

Use Git Aliases to Improve Your Productivity

Reactions 9 Comments
1 min read
Git Techniques to Undo your Mistakes

Git Techniques to Undo your Mistakes

Reactions 5 Comments
3 min read
Do you know how git stores your configs?

Do you know how git stores your configs?

Reactions 7 Comments
4 min read
How to add a Blank Directory to your Git Repository

How to add a Blank Directory to your Git Repository

Reactions 7 Comments 2
1 min read
Adding SSH-key to GitHubđŸ”đŸ—ïž

Adding SSH-key to GitHubđŸ”đŸ—ïž

Reactions 9 Comments
2 min read
Git Commit Message Template in Terminal and VS Code

Git Commit Message Template in Terminal and VS Code

Reactions 56 Comments 3
2 min read
Removing Sensitive Data in Git

Removing Sensitive Data in Git

Reactions 6 Comments
2 min read
Open Source programs

Open Source programs

Reactions 3 Comments
2 min read
Review Pull Requests with git worktrees

Review Pull Requests with git worktrees

Reactions 9 Comments
1 min read
Kubernetes Roles and Users (RBAC For k8s)

Kubernetes Roles and Users (RBAC For k8s)

Reactions 21 Comments
5 min read
Getting started with Husky and Lint-staged for pre-commit hooks

Getting started with Husky and Lint-staged for pre-commit hooks

Reactions 6 Comments
5 min read
How to Delete all Local Branches in Git?

How to Delete all Local Branches in Git?

Reactions 2 Comments
1 min read
When I am pushing to remote Git repo, the push was rejected because...

When I am pushing to remote Git repo, the push was rejected because...

Reactions 5 Comments
2 min read
A couple of useful git aliases

A couple of useful git aliases

Reactions 7 Comments
2 min read
Git branching strategies

Git branching strategies

Reactions 4 Comments 1
2 min read
To commit editor files or not?

To commit editor files or not?

Reactions 5 Comments
2 min read
Repository Mirror with OneDev

Repository Mirror with OneDev

Reactions 10 Comments
3 min read
Can You Resolve Merge Conflicts Before They Happen? đŸ’„

Can You Resolve Merge Conflicts Before They Happen? đŸ’„

Reactions 96 Comments 2
3 min read
Git & GitHub Crash Course For Beginners

Git & GitHub Crash Course For Beginners

Reactions 10 Comments
1 min read
My opinion on what makes a good Code Review.

My opinion on what makes a good Code Review.

Reactions 146 Comments 10
2 min read
loading...