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.
Amazing git additional tool to install: git-interactive-rebase-tool

Amazing git additional tool to install: git-interactive-rebase-tool

5
Comments 1
2 min read
How To Create a Repository in GitHub

How To Create a Repository in GitHub

Comments
5 min read
GitHub as a Time Traveler

GitHub as a Time Traveler

1
Comments
3 min read
GIT for Beginners

GIT for Beginners

7
Comments 2
2 min read
You messed up your git repository? Don't panic! Here is the first-aid kit 🤕🩹

You messed up your git repository? Don't panic! Here is the first-aid kit 🤕🩹

3
Comments
2 min read
How do you use git rebase? Let's go through one use case

How do you use git rebase? Let's go through one use case

9
Comments 10
3 min read
How to setup verified commits on GitHub

How to setup verified commits on GitHub

1
Comments
4 min read
Git and GitHub

Git and GitHub

Comments
2 min read
Git/CLI Commands; One GUI to rule them all!

Git/CLI Commands; One GUI to rule them all!

2
Comments
5 min read
Version Control Throwdown: Git vs. Subversion

Version Control Throwdown: Git vs. Subversion

Comments
2 min read
How to recover an overwritten stash in GitHub Desktop

How to recover an overwritten stash in GitHub Desktop

Comments
2 min read
Developers Hate This One Weird Trick To Be Improve Their Craft

Developers Hate This One Weird Trick To Be Improve Their Craft

Comments
3 min read
Streamline Your Workflow: Setting Up Git Hooks with Husky to Simplify Version Updates

Streamline Your Workflow: Setting Up Git Hooks with Husky to Simplify Version Updates

1
Comments
4 min read
Creating Custom Git Commands

Creating Custom Git Commands

Comments
2 min read
Poly Disease Predictor

Poly Disease Predictor

5
Comments
1 min read
How to Implement Git Clone Operation Progress Display and Cancellation in Rust with Tauri and git2

How to Implement Git Clone Operation Progress Display and Cancellation in Rust with Tauri and git2

Comments
6 min read
Trabalhe com duas branches ou mais ao mesmo tempo com Git Worktree

Trabalhe com duas branches ou mais ao mesmo tempo com Git Worktree

1
Comments
3 min read
Game Changer for Terminal Workflows: GitHub Copilot Now Rocks in the CLI!

Game Changer for Terminal Workflows: GitHub Copilot Now Rocks in the CLI!

Comments
2 min read
Simplifying Git Worktrees with PowerShell

Simplifying Git Worktrees with PowerShell

Comments
4 min read
Tools I Learnt during my First Month of Programming

Tools I Learnt during my First Month of Programming

4
Comments 1
1 min read
How to add Access Token to your local git repo

How to add Access Token to your local git repo

1
Comments
1 min read
Essential Git Commands: A Developer’s Guide

Essential Git Commands: A Developer’s Guide

15
Comments 2
3 min read
My weekly dev.to recommendations

My weekly dev.to recommendations

3
Comments
1 min read
Navigating the Stormy Waters of Git Merge Conflicts: A Guide for basic git conflicts

Navigating the Stormy Waters of Git Merge Conflicts: A Guide for basic git conflicts

7
Comments 2
3 min read
Navigating Feature Deployment with Git: A Guide

Navigating Feature Deployment with Git: A Guide

Comments
4 min read
Cara memperbaiki commit git yang terlanjur commited

Cara memperbaiki commit git yang terlanjur commited

Comments
1 min read
How I write Commits like a pro

How I write Commits like a pro

240
Comments 35
2 min read
Introduction Version Control

Introduction Version Control

1
Comments
3 min read
Version Control Explained | Git

Version Control Explained | Git

5
Comments
2 min read
Gestão de Projetos com GIT

Gestão de Projetos com GIT

Comments
6 min read
Dynamically Populating Parameters in Manual GitHub Action

Dynamically Populating Parameters in Manual GitHub Action

Comments
2 min read
Git Merge vs. Rebase: Key Differences

Git Merge vs. Rebase: Key Differences

47
Comments 5
4 min read
Viewing and finding images more easily

Viewing and finding images more easily

Comments
2 min read
Improve git clone performance in a CI pipeline

Improve git clone performance in a CI pipeline

Comments
2 min read
Migrating repository from github to gitlab

Migrating repository from github to gitlab

1
Comments 2
2 min read
signed-off-by at PyCharm

signed-off-by at PyCharm

1
Comments
1 min read
Github Terms and What they mean ?

Github Terms and What they mean ?

Comments
2 min read
Initializing a Project with Any Git Repository - Code Recycle

Initializing a Project with Any Git Repository - Code Recycle

Comments
2 min read
Summary of 15 Useful Git Commands for Your Project

Summary of 15 Useful Git Commands for Your Project

Comments
3 min read
Automatic Environment Creation from Your Git Workflow

Automatic Environment Creation from Your Git Workflow

7
Comments
4 min read
Why you should use a terminal editor to write a commit message

Why you should use a terminal editor to write a commit message

Comments
2 min read
Reasons Developers Hate Linters and how to fix it

Reasons Developers Hate Linters and how to fix it

Comments
6 min read
How to get somebody fired using Git

How to get somebody fired using Git

235
Comments 85
8 min read
Understanding and Resolving "fatal: The current branch has no upstream branch" Error in Git

Understanding and Resolving "fatal: The current branch has no upstream branch" Error in Git

Comments
3 min read
GitButler : un client git avec trop de hype ?

GitButler : un client git avec trop de hype ?

Comments
7 min read
How to Manage Multiple SSH Keys for Different GitHub Accounts

How to Manage Multiple SSH Keys for Different GitHub Accounts

6
Comments 2
3 min read
Git commands you need to know!

Git commands you need to know!

18
Comments 2
6 min read
Use Git Stash and you won't regret it

Use Git Stash and you won't regret it

Comments
4 min read
How to Manage Git Branches for Jira Tickets in IntelliJ IDEA

How to Manage Git Branches for Jira Tickets in IntelliJ IDEA

Comments
2 min read
Jenkins Server setup using Terraform

Jenkins Server setup using Terraform

Comments
4 min read
How to use Semantic commits properly

How to use Semantic commits properly

9
Comments
2 min read
Git Masterclass - Day 1

Git Masterclass - Day 1

1
Comments
3 min read
Pre-push Hooks

Pre-push Hooks

22
Comments 1
10 min read
What is a Merge Conflict? Understanding the Difference Between Semantic and Code Conflicts

What is a Merge Conflict? Understanding the Difference Between Semantic and Code Conflicts

3
Comments
6 min read
O comando "git checkout -f" e "git reset --hard" para Git.

O comando "git checkout -f" e "git reset --hard" para Git.

Comments
2 min read
Github PR Template

Github PR Template

2
Comments
2 min read
Make an alias for existing branch

Make an alias for existing branch

1
Comments 2
1 min read
Git Reflog: Rescuing Lost Work in Git's Timeline

Git Reflog: Rescuing Lost Work in Git's Timeline

7
Comments
7 min read
git stash

git stash

18
Comments 6
2 min read
[Tutorial 🧹] Limit deployments to Platform.sh only when Git tagged

[Tutorial 🧹] Limit deployments to Platform.sh only when Git tagged

Comments
1 min read
loading...