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.
Understanding git diff Output

Understanding git diff Output

Comments
14 min read
Git Vs Github : What's The Difference?

Git Vs Github : What's The Difference?

16
Comments 9
4 min read
How to Manage Multiple GitHub Repositories from a Single Machine

How to Manage Multiple GitHub Repositories from a Single Machine

Comments
2 min read
Git Fundamentals for Developers

Git Fundamentals for Developers

41
Comments 17
4 min read
Git Workflow Using GitHub Action (Part 1)

Git Workflow Using GitHub Action (Part 1)

1
Comments
3 min read
Git Cheat Sheet

Git Cheat Sheet

7
Comments
3 min read
How to Version Your Unity project with Git

How to Version Your Unity project with Git

3
Comments
11 min read
10 Dicas Basicas de Arquitetura de CĂłdigo : 3 - Cuidado com o que vocĂŞ armazena no seu cĂłdigo

10 Dicas Basicas de Arquitetura de CĂłdigo : 3 - Cuidado com o que vocĂŞ armazena no seu cĂłdigo

1
Comments
3 min read
Timestamp SQL Files for Consistent Laravel Migration

Timestamp SQL Files for Consistent Laravel Migration

6
Comments 2
3 min read
Utilizing Git Submodules for Including a Separate Repository

Utilizing Git Submodules for Including a Separate Repository

Comments
2 min read
Generating SSH key – the best way

Generating SSH key – the best way

Comments
2 min read
Best Practices for Using Git and GitHub

Best Practices for Using Git and GitHub

2
Comments
3 min read
How to create a tag release

How to create a tag release

1
Comments
1 min read
Advanced Git Techniques

Advanced Git Techniques

Comments
3 min read
Integrating GitHub with Other Tools

Integrating GitHub with Other Tools

Comments
4 min read
Contribute to Open Source in the next 10 min - Step by Step [Beginner Edition] 🦾

Contribute to Open Source in the next 10 min - Step by Step [Beginner Edition] 🦾

151
Comments 24
5 min read
GitKraken Client: Getting Started

GitKraken Client: Getting Started

Comments
3 min read
GitHub Pages: Custom Domains and SSL

GitHub Pages: Custom Domains and SSL

Comments
4 min read
Creando ssh-keygen

Creando ssh-keygen

1
Comments
1 min read
Convenciones de commits en GIT

Convenciones de commits en GIT

3
Comments
1 min read
Git commits and git branch naming

Git commits and git branch naming

8
Comments 1
2 min read
What is the Difference Between Git Merge vs Git Rebase?

What is the Difference Between Git Merge vs Git Rebase?

7
Comments 3
10 min read
AWS CodeCommit vs. Git: Choosing the Right Version Control System for Your Project

AWS CodeCommit vs. Git: Choosing the Right Version Control System for Your Project

Comments
3 min read
Master Git Commands with This Handy Cheat Sheet 📜

Master Git Commands with This Handy Cheat Sheet 📜

8
Comments 6
2 min read
Using Git with Visual Studio Code

Using Git with Visual Studio Code

Comments
4 min read
THE Git Terminal Cheat Sheet

THE Git Terminal Cheat Sheet

40
Comments 7
3 min read
OSDC-Assigment9-GithubActions(CI)

OSDC-Assigment9-GithubActions(CI)

1
Comments
2 min read
Getting Started With Git and Github: Beginner's Guide

Getting Started With Git and Github: Beginner's Guide

1
Comments
3 min read
GitHub’s Best Practices(Streamlining Collaboration and Maximizing Efficiency)

GitHub’s Best Practices(Streamlining Collaboration and Maximizing Efficiency)

3
Comments
2 min read
Git Stash

Git Stash

1
Comments 2
3 min read
Git Basic Commands: A Comprehensive Guide with Examples

Git Basic Commands: A Comprehensive Guide with Examples

Comments
3 min read
How to configure 1Password SSH Key and automatically sign your commits on GitHub?

How to configure 1Password SSH Key and automatically sign your commits on GitHub?

1
Comments
1 min read
How to fix: error: 'invalid path' When working with Git on Windows.

How to fix: error: 'invalid path' When working with Git on Windows.

3
Comments 5
2 min read
Best Practices Using Source Control and Git

Best Practices Using Source Control and Git

1
Comments
3 min read
Collaborating with Others on GitHub

Collaborating with Others on GitHub

1
Comments
3 min read
Use git commit --amend to add new changes to the previous commit i.e., HEAD~{0}

Use git commit --amend to add new changes to the previous commit i.e., HEAD~{0}

1
Comments
1 min read
How to Clean Up Your Local Repository with Git Commands

How to Clean Up Your Local Repository with Git Commands

74
Comments
4 min read
Multiple git configs (profiles) on one computer

Multiple git configs (profiles) on one computer

6
Comments 2
1 min read
git add, commit, push với 1 command duy nhất

git add, commit, push với 1 command duy nhất

Comments
1 min read
Uncanny visual symbols of a git conflict explained

Uncanny visual symbols of a git conflict explained

4
Comments
2 min read
Embracing Open Communication through GitHub Issue-Driven Development

Embracing Open Communication through GitHub Issue-Driven Development

1
Comments
3 min read
If more than half of your commits are “feat” ones, you're doing something wrong

If more than half of your commits are “feat” ones, you're doing something wrong

5
Comments 6
3 min read
📛 Improving a GitHub Repo (II)!

📛 Improving a GitHub Repo (II)!

1
Comments
2 min read
Primeiros passos com o Git

Primeiros passos com o Git

15
Comments 3
4 min read
Git for All Developers: Essential or Optional?

Git for All Developers: Essential or Optional?

24
Comments 13
1 min read
How to clean up branches in Git

How to clean up branches in Git

Comments
1 min read
Using Git and Github Effectively

Using Git and Github Effectively

2
Comments
8 min read
Leveling Up Your Git Skills: Game-Inspired Guide to Git Commands

Leveling Up Your Git Skills: Game-Inspired Guide to Git Commands

7
Comments 2
2 min read
Add Jira ID and branch name in commit message

Add Jira ID and branch name in commit message

Comments 1
1 min read
Understanding Git branches

Understanding Git branches

4
Comments
2 min read
Implementing Open-Source Monitoring and Observability In Kubernetes

Implementing Open-Source Monitoring and Observability In Kubernetes

13
Comments 2
6 min read
Create a New Branch in Git

Create a New Branch in Git

2
Comments 1
2 min read
Why Your Cloud Assets Need A Time Machine

Why Your Cloud Assets Need A Time Machine

3
Comments 1
7 min read
osdc-assigment11-unittest

osdc-assigment11-unittest

1
Comments
2 min read
Offensive Git Forensics: Flaws.cloud Level3

Offensive Git Forensics: Flaws.cloud Level3

Comments
9 min read
📛 Improving a GitHub Repo!

📛 Improving a GitHub Repo!

1
Comments
6 min read
How to squash commit using #git reset --soft

How to squash commit using #git reset --soft

1
Comments
1 min read
Fear no more: merge conflicts

Fear no more: merge conflicts

Comments
7 min read
Generating a GPG key to your GitHub

Generating a GPG key to your GitHub

3
Comments 2
2 min read
OSDC-2023-Assignment 11

OSDC-2023-Assignment 11

Comments
3 min read
loading...