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.
How your pull request title serves as a documentation for your code changes

How your pull request title serves as a documentation for your code changes

4
Comments 1
1 min read
My Development Environment

My Development Environment

3
Comments
5 min read
Little bit Git...

Little bit Git...

6
Comments
2 min read
Boost productivity with the GitHub CLI

Boost productivity with the GitHub CLI

53
Comments 15
10 min read
Does size matter in Pull Requests: Analysis on 30k Developers

Does size matter in Pull Requests: Analysis on 30k Developers

24
Comments
9 min read
HackTheBox — Writeup Pilgrimage [Retired]

HackTheBox — Writeup Pilgrimage [Retired]

Comments
12 min read
Fix fatal ambiguous argument 'HEAD^ in Zsh with HEAD^

Fix fatal ambiguous argument 'HEAD^ in Zsh with HEAD^

6
Comments
1 min read
How to Resolve Merge Conflicts Using the Merge Editor Feature on VS Code

How to Resolve Merge Conflicts Using the Merge Editor Feature on VS Code

20
Comments 2
4 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
O bĂĄsico de Git

O bĂĄsico de Git

Comments
7 min read
Mastering Git Checkout: Decoding the Impact of One Simple Command

Mastering Git Checkout: Decoding the Impact of One Simple Command

1
Comments
2 min read
Introdução aos Comandos Git

Introdução aos Comandos Git

1
Comments
4 min read
git diary

git diary

1
Comments
1 min read
Git in Appsmith: A Practical Guide for Building Internal Apps with Git

Git in Appsmith: A Practical Guide for Building Internal Apps with Git

1
Comments
10 min read
How Git Works Internally?

How Git Works Internally?

3
Comments
5 min read
My script to install husky, commitlint and lint-staged with zx

My script to install husky, commitlint and lint-staged with zx

1
Comments
1 min read
Remove latest pushed Git-commits from remote repo

Remove latest pushed Git-commits from remote repo

4
Comments 4
3 min read
Regulate Amazon CodeCommit Branche's Branching Permissions

Regulate Amazon CodeCommit Branche's Branching Permissions

17
Comments 2
6 min read
Streamline Your Workflow with GitHub Desktop

Streamline Your Workflow with GitHub Desktop

Comments
2 min read
Useful GitHub tricks and tips - 2

Useful GitHub tricks and tips - 2

1
Comments
1 min read
comandos GIT mĂĄs utilizados

comandos GIT mĂĄs utilizados

Comments
2 min read
Git Revert: How to the complete guide

Git Revert: How to the complete guide

8
Comments 1
8 min read
Quick way to solve Git problem: Permission denied

Quick way to solve Git problem: Permission denied

3
Comments
3 min read
Mastering Consistency: Leveraging Git Commit Templates for Unified Team Commit Messages

Mastering Consistency: Leveraging Git Commit Templates for Unified Team Commit Messages

Comments
3 min read
Useful GitHub tricks and tips - 1

Useful GitHub tricks and tips - 1

3
Comments
1 min read
Git Essentials: A Pragmatic Approach to Version Control 🌿

Git Essentials: A Pragmatic Approach to Version Control 🌿

2
Comments 2
11 min read
Managing My Resume with Git: A Version Control Approach

Managing My Resume with Git: A Version Control Approach

68
Comments 7
3 min read
Getting Started with Git and GitHub: A Beginner's Guide

Getting Started with Git and GitHub: A Beginner's Guide

14
Comments
4 min read
How to delete multiple git branches locally and remotely?

How to delete multiple git branches locally and remotely?

1
Comments
1 min read
🌿 The Ultimate Guide to Naming Git Branches: Best Practices and Tips 🔖

🌿 The Ultimate Guide to Naming Git Branches: Best Practices and Tips 🔖

Comments 1
3 min read
Building an Efficient AWS CloudPython CI/CD Framework

Building an Efficient AWS CloudPython CI/CD Framework

3
Comments 2
3 min read
[GitHub] Combine Pull Requests... For The Win!

[GitHub] Combine Pull Requests... For The Win!

5
Comments
3 min read
Git Stash Magic: Navigating Code Emergencies and Context Switches with Ease

Git Stash Magic: Navigating Code Emergencies and Context Switches with Ease

1
Comments
2 min read
Deploying a Dockerized Web Application with AWS ECS and Fargate

Deploying a Dockerized Web Application with AWS ECS and Fargate

13
Comments
7 min read
Real-World Git Practices You Need to Know

Real-World Git Practices You Need to Know

5
Comments 1
4 min read
Can Next.js Handle 5000 Pages?

Can Next.js Handle 5000 Pages?

105
Comments 7
19 min read
Learn Git in 10 Minutes

Learn Git in 10 Minutes

1
Comments
10 min read
Mastering Git for DevOps: A Beginner's Guide

Mastering Git for DevOps: A Beginner's Guide

4
Comments
2 min read
Cleaning your working directory in Git (including untracked files) 😎

Cleaning your working directory in Git (including untracked files) 😎

14
Comments
2 min read
Basics of Git explained with a concept map

Basics of Git explained with a concept map

Comments
7 min read
Effective Source Code Management in Software Projects

Effective Source Code Management in Software Projects

Comments
3 min read
Streamlining Code Quality with Linters, Formatters, and Editor Integration

Streamlining Code Quality with Linters, Formatters, and Editor Integration

2
Comments
3 min read
A Comprehensive Guide on How to Use Git and GitHub for Beginners

A Comprehensive Guide on How to Use Git and GitHub for Beginners

1
Comments
9 min read
The VS Code Extension That Helps You Control Your Pull Requests Size

The VS Code Extension That Helps You Control Your Pull Requests Size

3
Comments 4
5 min read
đŸ› ïžGit Branching Strategy for AWS CodeCommit 🚀 | Mastering Efficient Workflows 💡

đŸ› ïžGit Branching Strategy for AWS CodeCommit 🚀 | Mastering Efficient Workflows 💡

25
Comments
5 min read
How to Use GitHub Repository Templates

How to Use GitHub Repository Templates

Comments
4 min read
Visual Studio: Add your Project to Github

Visual Studio: Add your Project to Github

7
Comments
2 min read
Understanding the Difference Between git pull and git merge in Git

Understanding the Difference Between git pull and git merge in Git

Comments 1
2 min read
Git - Interactive Add for Precise Staging

Git - Interactive Add for Precise Staging

Comments
1 min read
Git - Use Hooks for Custom Workflows and Actions

Git - Use Hooks for Custom Workflows and Actions

2
Comments
2 min read
Git cheatsheet

Git cheatsheet

35
Comments 3
2 min read
Create a .gitignore file for Terraform

Create a .gitignore file for Terraform

Comments
3 min read
Guia dos Comandos Avançados do Git

Guia dos Comandos Avançados do Git

Comments
3 min read
How to Use Version Control Tools for Development

How to Use Version Control Tools for Development

1
Comments
4 min read
Implement a Simple Version Control with JavaScript to Understand Git Better!

Implement a Simple Version Control with JavaScript to Understand Git Better!

3
Comments
11 min read
Deploying Code from GitLab to IIS via Azure DevOps: A Step-by-Step Guide

Deploying Code from GitLab to IIS via Azure DevOps: A Step-by-Step Guide

Comments
5 min read
The true power of Git đŸ”„đŸ˜€.

The true power of Git đŸ”„đŸ˜€.

2
Comments
8 min read
Shopify Theme Version Controlling Using GitHub

Shopify Theme Version Controlling Using GitHub

13
Comments
5 min read
Harness Developer Hub - Ease of Authoring with Git Triggers

Harness Developer Hub - Ease of Authoring with Git Triggers

Comments
4 min read
Enhancing team collaboration in IntelliJ IDEA with the .run directory

Enhancing team collaboration in IntelliJ IDEA with the .run directory

1
Comments
3 min read
loading...