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.
10 Must-Know Git Commands for Software Engineers

10 Must-Know Git Commands for Software Engineers

5
Comments
7 min read
Remove Gibberish Messages in Git

Remove Gibberish Messages in Git

Comments
2 min read
Jenkins Server setup using Terraform

Jenkins Server setup using Terraform

Comments
4 min read
Preventing and Solving Husky Permission Denied Errors in Node.js Projects

Preventing and Solving Husky Permission Denied Errors in Node.js Projects

6
Comments
3 min read
Stash changes in a git repository with VS Code

Stash changes in a git repository with VS Code

Comments 2
1 min read
What I've Learned About Git from Senior Colleagues (Part 1 - git stash)

What I've Learned About Git from Senior Colleagues (Part 1 - git stash)

Comments
4 min read
Mastering Git: Effortless Branch Renaming on Visual Studio Code's Terminal

Mastering Git: Effortless Branch Renaming on Visual Studio Code's Terminal

8
Comments 1
1 min read
My Journey: Setting Up Git and GitHub

My Journey: Setting Up Git and GitHub

16
Comments 4
3 min read
zsh: command not found: brew

zsh: command not found: brew

154
Comments 5
2 min read
Update: GitHub Repository Initialization Script.

Update: GitHub Repository Initialization Script.

2
Comments 1
2 min read
GitKraken: The Graphical User Interface for Git

GitKraken: The Graphical User Interface for Git

1
Comments
3 min read
Github credentials storage through Github CLI

Github credentials storage through Github CLI

1
Comments
1 min read
Title: My Journey: Mastering Linux Navigation, Git, and Vim with Online Practice Websites

Title: My Journey: Mastering Linux Navigation, Git, and Vim with Online Practice Websites

3
Comments
3 min read
Navigating Git History: A Guide to git log, git checkout and git switch

Navigating Git History: A Guide to git log, git checkout and git switch

Comments
3 min read
Pushing a Project To GitHub

Pushing a Project To GitHub

2
Comments 4
5 min read
Useful Global Git Configurations

Useful Global Git Configurations

27
Comments 1
2 min read
Do Not Commit Secrets!

Do Not Commit Secrets!

1
Comments
4 min read
Contributing to Open Source Software, The Right Way

Contributing to Open Source Software, The Right Way

Comments
4 min read
OpenCommit: feature-rich CLI to generate meaningful git commit messages now supports local models via Ollama 🤯🔫

OpenCommit: feature-rich CLI to generate meaningful git commit messages now supports local models via Ollama 🤯🔫

82
Comments 14
2 min read
Stages of Git Hook Execution Visualization

Stages of Git Hook Execution Visualization

1
Comments
2 min read
Padronizando seu código através dos Git Hooks

Padronizando seu código através dos Git Hooks

3
Comments
5 min read
Retornando um arquivo para a versão anterior

Retornando um arquivo para a versão anterior

Comments
1 min read
GitHub Actions Explained

GitHub Actions Explained

1
Comments
3 min read
Everything you need to know about Git

Everything you need to know about Git

Comments
1 min read
Unveiling the Mysteries of Git and GitHub: A Developer's Guide

Unveiling the Mysteries of Git and GitHub: A Developer's Guide

Comments
3 min read
How to rename git master branch to main

How to rename git master branch to main

3
Comments
1 min read
Git Commands

Git Commands

1
Comments
2 min read
the git repository for interview preparation

the git repository for interview preparation

1
Comments
1 min read
Intro to Git: Command Basics

Intro to Git: Command Basics

2
Comments
2 min read
Quick tutorial: How to add a release GitHub workflow

Quick tutorial: How to add a release GitHub workflow

22
Comments 2
2 min read
Interested in Contributing to Open Source? Here's What You Need to Know

Interested in Contributing to Open Source? Here's What You Need to Know

118
Comments 19
5 min read
Mastering Git Branching Basics: Exploring the git branch Command

Mastering Git Branching Basics: Exploring the git branch Command

6
Comments
3 min read
Day-5 Git And GitHub

Day-5 Git And GitHub

6
Comments 1
6 min read
Git Rebase vs. Merge Secrets

Git Rebase vs. Merge Secrets

8
Comments
2 min read
Best Practices for Branch Naming Conventions and Effective Commit Messages

Best Practices for Branch Naming Conventions and Effective Commit Messages

5
Comments 2
3 min read
Git - Move a commit to another branch

Git - Move a commit to another branch

5
Comments
1 min read
Understanding Git Pull vs. Git Fetch: Unveiling the Difference

Understanding Git Pull vs. Git Fetch: Unveiling the Difference

1
Comments
2 min read
Understanding Git: A Beginner's Guide to Version Control (With Visuals)

Understanding Git: A Beginner's Guide to Version Control (With Visuals)

21
Comments 7
15 min read
GitHub spam is getting out of hand!👎

GitHub spam is getting out of hand!👎

42
Comments 17
3 min read
Mastering Git Committing: Best Practices and Guidelines

Mastering Git Committing: Best Practices and Guidelines

3
Comments
4 min read
Write better PR's with this template 📄

Write better PR's with this template 📄

109
Comments 9
1 min read
Saindo do básico do Git: Aprimorando seu Fluxo de Trabalho

Saindo do básico do Git: Aprimorando seu Fluxo de Trabalho

5
Comments
3 min read
Clean your local git branches

Clean your local git branches

6
Comments 5
3 min read
Hello? It's GIT you're looking for

Hello? It's GIT you're looking for

Comments
2 min read
Git vs GitHub

Git vs GitHub

Comments
2 min read
I made my first GitHub repo!

I made my first GitHub repo!

Comments
1 min read
Git Battle: YOLO Mode vs. Clean History

Git Battle: YOLO Mode vs. Clean History

Comments
3 min read
Uncover Hidden Gems: Lesser-Known GitHub Tips and Tricks 🌟

Uncover Hidden Gems: Lesser-Known GitHub Tips and Tricks 🌟

Comments
2 min read
GIT what’s behind your usual operations

GIT what’s behind your usual operations

Comments
4 min read
Fix Path Name Mismatches in Local & Remote Git Repos

Fix Path Name Mismatches in Local & Remote Git Repos

7
Comments
5 min read
How to Push All Branches from Command Line

How to Push All Branches from Command Line

17
Comments
2 min read
Git Stash - Instant Code Pause Button ⏸️ (Illustrated)

Git Stash - Instant Code Pause Button ⏸️ (Illustrated)

3
Comments
3 min read
Unleashing the Power of Git Bisect

Unleashing the Power of Git Bisect

8
Comments
7 min read
FeiFlow - An Opinioned Git Branching And Release Management Strategy

FeiFlow - An Opinioned Git Branching And Release Management Strategy

5
Comments 1
22 min read
Unnecessary Git Quiz

Unnecessary Git Quiz

25
Comments
5 min read
Automatically Prefix JIRA Issue ID to Git Commit Messages using Git Hooks

Automatically Prefix JIRA Issue ID to Git Commit Messages using Git Hooks

7
Comments
2 min read
Sorting Git branches

Sorting Git branches

67
Comments 4
1 min read
Be a Better Developer with These Git Good Practices

Be a Better Developer with These Git Good Practices

41
Comments
3 min read
Git Merge and Git Rebase: Working with Code Integration

Git Merge and Git Rebase: Working with Code Integration

Comments
8 min read
Documenta seu PR/MR, criatura- PR's template

Documenta seu PR/MR, criatura- PR's template

Comments
2 min read
loading...