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.
Git Branch Naming Strategies

Git Branch Naming Strategies

51
Comments 2
2 min read
I Taught GIT to High School Students

I Taught GIT to High School Students

1
Comments
4 min read
Git and GitHub: Revolutionizing Code Management and Collaboration 🌍💻

Git and GitHub: Revolutionizing Code Management and Collaboration 🌍💻

1
Comments
7 min read
Difference Between Git Merge, Rebase and Squash

Difference Between Git Merge, Rebase and Squash

18
Comments 2
3 min read
How to Find a Good First Issue on GitHub and Get Action on it 🚀

How to Find a Good First Issue on GitHub and Get Action on it 🚀

4
Comments 3
2 min read
10 Must-Know Git Commands for Every Developer

10 Must-Know Git Commands for Every Developer

138
Comments 21
7 min read
Efficient Git Workflow: From Idea to Deployment

Efficient Git Workflow: From Idea to Deployment

29
Comments
2 min read
Mastering Git: Commit Message Types and Git Flow Branch Naming

Mastering Git: Commit Message Types and Git Flow Branch Naming

3
Comments
2 min read
Estrategias de Nomenclatura para Ramas en Git

Estrategias de Nomenclatura para Ramas en Git

10
Comments
2 min read
Flujo de Trabajo Eficiente en Git: De la Idea al Despliegue

Flujo de Trabajo Eficiente en Git: De la Idea al Despliegue

8
Comments
2 min read
Git branching strategy

Git branching strategy

3
Comments
3 min read
Git Lesson: How to Use .gitignore and .gitkeep?

Git Lesson: How to Use .gitignore and .gitkeep?

67
Comments 14
4 min read
Unleash the Power of Obsidian with GitHub: A Guide to Organizing Your Digital Brain

Unleash the Power of Obsidian with GitHub: A Guide to Organizing Your Digital Brain

14
Comments 1
3 min read
Developer's Cheat Sheet: 10 Game-Changing Git Commands 🚀

Developer's Cheat Sheet: 10 Game-Changing Git Commands 🚀

6
Comments
7 min read
Upload repository to GitHub with Git.

Upload repository to GitHub with Git.

5
Comments
1 min read
Remove merged branches from your local machine

Remove merged branches from your local machine

87
Comments 27
2 min read
Decoding Git and GitHub: An Introductory Handbook on Version Control and Collaborative Coding

Decoding Git and GitHub: An Introductory Handbook on Version Control and Collaborative Coding

1
Comments
10 min read
Git Rebase vs Git Merge: A Comprehensive Guide

Git Rebase vs Git Merge: A Comprehensive Guide

31
Comments 2
3 min read
The fuss with CRLF and LF in Git 😕

The fuss with CRLF and LF in Git 😕

13
Comments 2
2 min read
Bisecting vendors

Bisecting vendors

12
Comments
5 min read
Crafting Commit Messages with Commitizen: A Guide for Open Source Contributors

Crafting Commit Messages with Commitizen: A Guide for Open Source Contributors

Comments
3 min read
Beginners Intro to Trunk Based Development

Beginners Intro to Trunk Based Development

2
Comments 3
5 min read
Practical Guide to Trunk Based Development

Practical Guide to Trunk Based Development

Comments
4 min read
What is Open Source & How to contribute to it?

What is Open Source & How to contribute to it?

16
Comments 4
8 min read
git commit --amend | Domina tu historial de commits.

git commit --amend | Domina tu historial de commits.

1
Comments
1 min read
5 Git commands you should know 🚀

5 Git commands you should know 🚀

25
Comments 7
3 min read
How to Install and Configure Git with Aliases in Ubuntu 22

How to Install and Configure Git with Aliases in Ubuntu 22

Comments
2 min read
Everything you need to know about GIT

Everything you need to know about GIT

478
Comments 83
15 min read
Git - Use Aliases for Efficiency

Git - Use Aliases for Efficiency

2
Comments
2 min read
HackTheBox — Writeup Pilgrimage [Retired]

HackTheBox — Writeup Pilgrimage [Retired]

Comments
12 min read
Tackling Deployment Failures with Git Hooks

Tackling Deployment Failures with Git Hooks

5
Comments
4 min read
Mastering Standard Commits: Quick Guide to Structured Commit Messages

Mastering Standard Commits: Quick Guide to Structured Commit Messages

7
Comments
2 min read
Understanding Git: A Beginner's Guide !!

Understanding Git: A Beginner's Guide !!

31
Comments
2 min read
Git Solutions: CodiumAI's PR-Agent vs GitHub Copilot for Pull Requests

Git Solutions: CodiumAI's PR-Agent vs GitHub Copilot for Pull Requests

12
Comments
12 min read
A Guide to Resolving Merge Conflicts in Git Pull Requests

A Guide to Resolving Merge Conflicts in Git Pull Requests

1
Comments
2 min read
Git Reset Modes

Git Reset Modes

Comments
11 min read
How to temporarily save your uncommitted changes using Git Stash?

How to temporarily save your uncommitted changes using Git Stash?

5
Comments
1 min read
Automatiza tus commits diarios con GitHub Actions

Automatiza tus commits diarios con GitHub Actions

Comments 1
9 min read
Git Branching and Merging: Navigating the Code Cosmos

Git Branching and Merging: Navigating the Code Cosmos

1
Comments
2 min read
Implementing Quality Checks In Your Git Workflow With Hooks and pre-commit

Implementing Quality Checks In Your Git Workflow With Hooks and pre-commit

4
Comments
14 min read
GIT - Beginner’s Guide: Useful GIT commands you should know

GIT - Beginner’s Guide: Useful GIT commands you should know

13
Comments 6
3 min read
The Power of Atomic Commits in Git: How and Why to Do It

The Power of Atomic Commits in Git: How and Why to Do It

6
Comments
3 min read
All You Need to Know: Popular Tools for Git and GitHub

All You Need to Know: Popular Tools for Git and GitHub

2
Comments
4 min read
AI-Powered Pull Requests: CodiumAI vs GitHub Copilot

AI-Powered Pull Requests: CodiumAI vs GitHub Copilot

2
Comments
10 min read
GitOps with the InterSystems Kubernetes Operator

GitOps with the InterSystems Kubernetes Operator

1
Comments
4 min read
Como padronizar mensagens nos commits de sua equipe utilizando husky e commitlint

Como padronizar mensagens nos commits de sua equipe utilizando husky e commitlint

1
Comments
4 min read
Cleaning Your Git History: Safely Removing Sensitive Data

Cleaning Your Git History: Safely Removing Sensitive Data

8
Comments
6 min read
TIL - Today I Learn 12-11 18-11

TIL - Today I Learn 12-11 18-11

15
Comments 2
5 min read
How I teach Git

How I teach Git

400
Comments 26
22 min read
Comparing CodiumAI PR-Agent to GitHub Copilot's solution for pull request

Comparing CodiumAI PR-Agent to GitHub Copilot's solution for pull request

Comments
5 min read
Are pre-commit git hooks a good idea? I don't think so.

Are pre-commit git hooks a good idea? I don't think so.

3
Comments 4
4 min read
Git Essentials for Beginners: A Painless Dive into Version Control

Git Essentials for Beginners: A Painless Dive into Version Control

1
Comments
3 min read
Git Kingdoms - Feel confident about contributing to open-source projects

Git Kingdoms - Feel confident about contributing to open-source projects

Comments
3 min read
Transplanting Git Branches

Transplanting Git Branches

Comments
2 min read
[03/52] - CMake and Git Submodules: More Advanced Cases

[03/52] - CMake and Git Submodules: More Advanced Cases

1
Comments 1
11 min read
git bisect and the importance of a clean history

git bisect and the importance of a clean history

1
Comments
9 min read
That’s why I love interactive rebase

That’s why I love interactive rebase

Comments
3 min read
Revolutionizing Pull Request Collaboration: CodiumAI PR-Agent VS GitHub Copilot For Pull Requests

Revolutionizing Pull Request Collaboration: CodiumAI PR-Agent VS GitHub Copilot For Pull Requests

15
Comments
8 min read
Merge Multiple Git Repositories without Breaking File History

Merge Multiple Git Repositories without Breaking File History

Comments
3 min read
I used CodiumAI's PR Agent, and I love it

I used CodiumAI's PR Agent, and I love it

25
Comments 2
9 min read
loading...