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 para leigos

Git para leigos

Comments 2
8 min read
Git command cheat sheet

Git command cheat sheet

Reactions 2 Comments
2 min read
A clean Git history with Git Rebase and Conventional Commits

A clean Git history with Git Rebase and Conventional Commits

Reactions 5 Comments
7 min read
GitHub CLI: Your Secret Weapon for Slaying Code Reviews

GitHub CLI: Your Secret Weapon for Slaying Code Reviews

Reactions 1 Comments
2 min read
Setting up Git on Your Local Machine

Setting up Git on Your Local Machine

Reactions 3 Comments
5 min read
A case for 1 commit per pull request

A case for 1 commit per pull request

Comments
3 min read
KCSA Blog Series Part 1: Overview of Cloud Native Security

KCSA Blog Series Part 1: Overview of Cloud Native Security

Reactions 1 Comments
5 min read
Mirroring GitLab to GitHub: A Step-by-Step Guide with Public Key Authentication

Mirroring GitLab to GitHub: A Step-by-Step Guide with Public Key Authentication

Reactions 1 Comments
3 min read
7 Best Ways You Can Contribute to Open-Source Projects

7 Best Ways You Can Contribute to Open-Source Projects

Reactions 1 Comments
2 min read
How atomic Git commits dramatically increased my productivity - and will increase yours too

How atomic Git commits dramatically increased my productivity - and will increase yours too

Reactions 278 Comments 61
4 min read
Git fundamentals, a complete guide

Git fundamentals, a complete guide

Reactions 174 Comments 13
18 min read
Git Work Trees

Git Work Trees

Reactions 1 Comments
5 min read
Let's Explore Git & GitHub

Let's Explore Git & GitHub

Reactions 1 Comments
4 min read
A Git Branch and Release Strategy for Product Teams

A Git Branch and Release Strategy for Product Teams

Comments
2 min read
Sparse Checkout without command

Sparse Checkout without command

Comments
3 min read
Introduction to Git & GitHub

Introduction to Git & GitHub

Reactions 2 Comments 1
3 min read
Tutorial Github #3 Bagaimana cara menggunakan branch dan merge di Github?

Tutorial Github #3 Bagaimana cara menggunakan branch dan merge di Github?

Reactions 1 Comments
4 min read
Tutorial Git #2 Bagaimana cara mengupload project dengan memiliki 2 akun Github yang berbeda

Tutorial Git #2 Bagaimana cara mengupload project dengan memiliki 2 akun Github yang berbeda

Reactions 1 Comments
1 min read
Stand out among developers with customized Github profile

Stand out among developers with customized Github profile

Comments
3 min read
Git Rebase: How to Handle Request for Changes to Specific Commits

Git Rebase: How to Handle Request for Changes to Specific Commits

Reactions 1 Comments
3 min read
General Questions

General Questions

Reactions 1 Comments
5 min read
"What the hell were they thinking?"

"What the hell were they thinking?"

Reactions 2 Comments
1 min read
Git Worktree: Enhance your Git Workflow

Git Worktree: Enhance your Git Workflow

Reactions 5 Comments 1
2 min read
The Secret of Tidy Git Repositories: What Merging and Rebasing Mean

The Secret of Tidy Git Repositories: What Merging and Rebasing Mean

Reactions 1 Comments
4 min read
Use AI to commit like a PRO in 1 second

Use AI to commit like a PRO in 1 second

Reactions 128 Comments 15
1 min read
Git Smart: Streamlining Your Workflow with the prepare-commit-msg Hook

Git Smart: Streamlining Your Workflow with the prepare-commit-msg Hook

Reactions 5 Comments 1
3 min read
How to write better Git commits 🔨

How to write better Git commits 🔨

Reactions 1 Comments
4 min read
Beautify Your GitHub Profile like a Pro 😍

Beautify Your GitHub Profile like a Pro 😍

Reactions 24 Comments 3
3 min read
Git Cheatsheet: A Quick Reference Guide for Git Commands ✨

Git Cheatsheet: A Quick Reference Guide for Git Commands ✨

Reactions 1 Comments
5 min read
Share your work in progress in real time from VS Code or JetBrains

Share your work in progress in real time from VS Code or JetBrains

Reactions 33 Comments 5
1 min read
How to use gitignore, git hooks for better code management..!!

How to use gitignore, git hooks for better code management..!!

Comments
7 min read
The Secret of Tidy Git Repositories: When Best to Merge and Rebase

The Secret of Tidy Git Repositories: When Best to Merge and Rebase

Reactions 2 Comments 2
5 min read
Merge, squash & rebase on GitHub - pros & cons

Merge, squash & rebase on GitHub - pros & cons

Comments
10 min read
Deshacer cambios en Git

Deshacer cambios en Git

Reactions 4 Comments
3 min read
Git Merge vs Rebase

Git Merge vs Rebase

Comments
3 min read
Get respects at job for doing Conventional Commits

Get respects at job for doing Conventional Commits

Reactions 53 Comments 5
1 min read
Git + GitHub beginners friendly

Git + GitHub beginners friendly

Reactions 4 Comments
8 min read
Getting Started With Git? A Complete Git Beginner.

Getting Started With Git? A Complete Git Beginner.

Comments
3 min read
Git Cheatsheet

Git Cheatsheet

Reactions 5 Comments
4 min read
Multiple GitHub accounts on the same computer

Multiple GitHub accounts on the same computer

Reactions 1 Comments
1 min read
AI generated git commit messages

AI generated git commit messages

Reactions 143 Comments 17
3 min read
Configure multiple ssh credentials with git

Configure multiple ssh credentials with git

Reactions 1 Comments
1 min read
Stop doing git checkout master branch

Stop doing git checkout master branch

Reactions 1 Comments
2 min read
What is .gitignore file

What is .gitignore file

Reactions 2 Comments 1
3 min read
Cómo cambiar el último mensaje de commit

Cómo cambiar el último mensaje de commit

Reactions 2 Comments
2 min read
Git Stash For Temporary Save

Git Stash For Temporary Save

Reactions 1 Comments
2 min read
Basic Git Commands

Basic Git Commands

Reactions 2 Comments
3 min read
How to use your github ssh keys for different accounts

How to use your github ssh keys for different accounts

Comments
2 min read
Remote Repo Troubleshooting: Incorrect Remote Repo Name - Dont Use Remove or Rename

Remote Repo Troubleshooting: Incorrect Remote Repo Name - Dont Use Remove or Rename

Reactions 2 Comments 1
1 min read
Git basics

Git basics

Reactions 2 Comments
4 min read
Pull sooner and merge faster in VS Code

Pull sooner and merge faster in VS Code

Reactions 57 Comments 7
1 min read
How to use .gitignore Files

How to use .gitignore Files

Reactions 3 Comments 1
4 min read
Windows 10: multi-line Git Commit messages.

Windows 10: multi-line Git Commit messages.

Comments
2 min read
Fig Scripts: Build internal CLI tools really fast

Fig Scripts: Build internal CLI tools really fast

Reactions 5 Comments
2 min read
Closing a Knowledge Gap: Best Practices for Writing Git Commit Messages

Closing a Knowledge Gap: Best Practices for Writing Git Commit Messages

Reactions 2 Comments
5 min read
Never Forget to Remember with Githooks and Husky

Never Forget to Remember with Githooks and Husky

Reactions 2 Comments
5 min read
[PT-BR]Comandos do Git: básico ao avançado

[PT-BR]Comandos do Git: básico ao avançado

Reactions 2 Comments
4 min read
Sharing Git credentials between Windows and WSL

Sharing Git credentials between Windows and WSL

Reactions 4 Comments
1 min read
Creating a command which creates a markdown list with (merged) changes for a Git branch

Creating a command which creates a markdown list with (merged) changes for a Git branch

Reactions 2 Comments
3 min read
osdc-2023-assignment7

osdc-2023-assignment7

Reactions 2 Comments
3 min read
loading...