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.
Good Commit ✔ VS. Bad Commit ❌: Best Practices for Git

Good Commit ✔ VS. Bad Commit ❌: Best Practices for Git

1
4 min read
Build de Imagens no Kubernetes com Gitlab Runner e Kaniko

Build de Imagens no Kubernetes com Gitlab Runner e Kaniko

6 min read
Unleash Your VSCode Mastery: A Project to Build an Extension with ChatGPT

Unleash Your VSCode Mastery: A Project to Build an Extension with ChatGPT

1
3 min read
Best Practices for Using GitHub Secrets - Part 1

Best Practices for Using GitHub Secrets - Part 1

6
7 min read
Legendary Commits: Conventional with Emoji 👑😵

Legendary Commits: Conventional with Emoji 👑😵

5
3 min read
Git flow that's simple, easy to manage, and generally applicable

Git flow that's simple, easy to manage, and generally applicable

3 min read
Good commit message V/S Bad commit message 🦾

Good commit message V/S Bad commit message 🦾

2 min read
Mastering Git: 30 Essential Commands Every Developer Should Know

Mastering Git: 30 Essential Commands Every Developer Should Know

22
2
3 min read
Restaurando e Alternando Branches com Git: Domine os Comandos git restore e git switch

Restaurando e Alternando Branches com Git: Domine os Comandos git restore e git switch

3 min read
Voluntarii proiectului peviitor.ro folosesc GitHub Desktop

Voluntarii proiectului peviitor.ro folosesc GitHub Desktop

1
1 min read
How to upload Project on GitHub: A Step-by-Step Guide

How to upload Project on GitHub: A Step-by-Step Guide

1
2 min read
Moving Git Stashes Between Devices: A Step-by-Step Guide

Moving Git Stashes Between Devices: A Step-by-Step Guide

1
2 min read
How to Use Git: A Simple Tutorial for Beginners

How to Use Git: A Simple Tutorial for Beginners

1
4 min read
Gitleaks: Find forgotten codes in your repositories

Gitleaks: Find forgotten codes in your repositories

1 min read
neovim and lazygit, perfect harmony

neovim and lazygit, perfect harmony

1
1 min read
Git Commands for Software Engineers

Git Commands for Software Engineers

2
5 min read
Git branch upstreaming

Git branch upstreaming

1 min read
BSides Boulder 2024: Improving Security For All In The High Desert

BSides Boulder 2024: Improving Security For All In The High Desert

1
6 min read
Git Dual Boot Files Modified Solution

Git Dual Boot Files Modified Solution

1 min read
GitLab vs GitHub vs BitBucket

GitLab vs GitHub vs BitBucket

2 min read
GIT Cheatsheet

GIT Cheatsheet

1 min read
Level up your Git security: Verified commits with Kleopatra!

Level up your Git security: Verified commits with Kleopatra!

1
1 min read
Together.Reusable.Open

Together.Reusable.Open

1 min read
Automating Git Commands: Streamline Your Workflow with Shell Scripts and Aliases

Automating Git Commands: Streamline Your Workflow with Shell Scripts and Aliases

1
2 min read
GitHub - 30 GitHub commands used by every DevOps Engineer

GitHub - 30 GitHub commands used by every DevOps Engineer

7
2 min read
Gitea Self-Hosted Workflow Action For CI

Gitea Self-Hosted Workflow Action For CI

8 min read
Mastering Git Log: Unlocking the power of Version Control

Mastering Git Log: Unlocking the power of Version Control

6
3 min read
"Setting up your Codespace" Error

"Setting up your Codespace" Error

1 min read
[Unity] A simple way to manage Git for personal development, even for Git beginners

[Unity] A simple way to manage Git for personal development, even for Git beginners

3 min read
Utilizando o Git e o GitHub para anotar seus estudos

Utilizando o Git e o GitHub para anotar seus estudos

5
2
3 min read
Ignora archivos solo para ti en Git

Ignora archivos solo para ti en Git

2
2 min read
Top 10 Git Commands Every Developer Should Know

Top 10 Git Commands Every Developer Should Know

3
3 min read
How, why and when to squash your commit history

How, why and when to squash your commit history

4 min read
Deploy Your C# Blazor App To Vercel

Deploy Your C# Blazor App To Vercel

3 min read
Git

Git

6 min read
Basic Git and GitHub commands

Basic Git and GitHub commands

2 min read
Navigating Common Git Errors: A Guide for Developers

Navigating Common Git Errors: A Guide for Developers

9
2 min read
## Introduction to Docker: Revolutionizing Software Deployment

## Introduction to Docker: Revolutionizing Software Deployment

3
3 min read
Version Control with Git and GitHub: The Importance and Effective Usage

Version Control with Git and GitHub: The Importance and Effective Usage

5
3 min read
Fui commitar e deu branco. E agora?

Fui commitar e deu branco. E agora?

18
2
2 min read
Bagaimana cara memindahkan branch utama git dari master menjadi main

Bagaimana cara memindahkan branch utama git dari master menjadi main

1 min read
My Web Development Journey Day-3: Git & Github 🎨

My Web Development Journey Day-3: Git & Github 🎨

5
2
1 min read
How to Create and Upload Your First Project to GitHub

How to Create and Upload Your First Project to GitHub

3 min read
Get Certified with GitHub Article Giving Proceeds

Get Certified with GitHub Article Giving Proceeds

1 min read
Git And Github Interview Questions (& Answer) For Beginners

Git And Github Interview Questions (& Answer) For Beginners

2 min read
“Good Commit” vs “Your Commit”: How to Write a Perfect Git Commit Message

“Good Commit” vs “Your Commit”: How to Write a Perfect Git Commit Message

248
37
3 min read
Easily keep your local git repo up to date

Easily keep your local git repo up to date

6
4 min read
Why can't I set "merged" Pull Request trigger on GitHub Actions?

Why can't I set "merged" Pull Request trigger on GitHub Actions?

2 min read
How to Safely Update Your Branch with Remote Changes Using Git

How to Safely Update Your Branch with Remote Changes Using Git

1
2 min read
Dokku's /var/lib/docker/overlay2 too big?

Dokku's /var/lib/docker/overlay2 too big?

1 min read
Unlocking the Full Potential of GitGuardian: Empowering Developers In Code Security

Unlocking the Full Potential of GitGuardian: Empowering Developers In Code Security

1
1
7 min read
👾 Git - Getting Started Guide for Dummies 👾

👾 Git - Getting Started Guide for Dummies 👾

4 min read
Prevent Hidden Merge Conflicts

Prevent Hidden Merge Conflicts

2
2 min read
Automating Semantic Versioning with Github Actions and Branch Naming Conventions

Automating Semantic Versioning with Github Actions and Branch Naming Conventions

3
1 min read
15 GIT Questions Will Make You Better Developer

15 GIT Questions Will Make You Better Developer

2
7 min read
Lost your README?

Lost your README?

2
1
1 min read
Let's Talk Version Control

Let's Talk Version Control

3 min read
Streamlining Development Workflow: Automating Tasks with GitHub Actions

Streamlining Development Workflow: Automating Tasks with GitHub Actions

1
1
4 min read
The Magic of Git Stash: How It Saved My Day

The Magic of Git Stash: How It Saved My Day

2 min read
7 strategies to master git reset:

7 strategies to master git reset:

1
1 min read
loading...