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.
Tutorial: How to set up and automatically deploy your website to GitHub Pages

Tutorial: How to set up and automatically deploy your website to GitHub Pages

6
Comments
10 min read
Git- Managing branches

Git- Managing branches

5
Comments
3 min read
End-to-end Type Safety with TypeScript and GraphQL

End-to-end Type Safety with TypeScript and GraphQL

6
Comments
5 min read
Painlessly Fix Common Git Mistakes

Painlessly Fix Common Git Mistakes

14
Comments
3 min read
Checking out multiple branches at the same time in git and moving files between them

Checking out multiple branches at the same time in git and moving files between them

20
Comments
1 min read
Things we have learned

Things we have learned

39
Comments 2
2 min read
Fast your *NIX machine

Fast your *NIX machine

6
Comments 1
1 min read
Display current git branch in bash shell prompt

Display current git branch in bash shell prompt

8
Comments
1 min read
The Contentious Art of Pull Requests

The Contentious Art of Pull Requests

121
Comments 8
16 min read
How to undo sensitive git history in a Github repo?

How to undo sensitive git history in a Github repo?

8
Comments 1
2 min read
Git on IBMi

Git on IBMi

9
Comments
2 min read
[Tutorial Git] git tag: Etiquetas (tags) no Git

[Tutorial Git] git tag: Etiquetas (tags) no Git

19
Comments
2 min read
Don’t make your .git folder publicly accessible, hacker can steal your source code

Don’t make your .git folder publicly accessible, hacker can steal your source code

65
Comments 7
2 min read
TerminusDB Webinar - TerminusHub, what's the deal? 41:28

TerminusDB Webinar - TerminusHub, what's the deal?

6
Comments
1 min read
My command line cheatsheet

My command line cheatsheet

33
Comments 6
2 min read
Hey guys, what is the toughest moments you have lived in programming ?

Hey guys, what is the toughest moments you have lived in programming ?

3
Comments 7
1 min read
The Git Interpolator!

The Git Interpolator!

5
Comments
4 min read
Git & Github Cheatsheet

Git & Github Cheatsheet

282
Comments 15
5 min read
A Faster Way to Track Down Bugs

A Faster Way to Track Down Bugs

2
Comments
2 min read
5 tips to keep a clean Git history

5 tips to keep a clean Git history

8
Comments
4 min read
use-custom-hook: Custom React Hook starter

use-custom-hook: Custom React Hook starter

7
Comments 1
1 min read
Getting Granular with Git Diff

Getting Granular with Git Diff

4
Comments
4 min read
Make Competitive Programming Easy with VS Code

Make Competitive Programming Easy with VS Code

17
Comments 6
2 min read
Git diff explained

Git diff explained

7
Comments
4 min read
How to fix Github SSH Issue

How to fix Github SSH Issue

4
Comments
1 min read
SemVer and Conventional Commits

SemVer and Conventional Commits

16
Comments 2
3 min read
Git: Ignore files locally

Git: Ignore files locally

21
Comments 4
2 min read
Git hooks in Flutter projects with Lefthook

Git hooks in Flutter projects with Lefthook

28
Comments 2
2 min read
How I use git and gitHub to store folders in the cloud

How I use git and gitHub to store folders in the cloud

3
Comments 2
7 min read
Finding total lines of code in your project

Finding total lines of code in your project

4
Comments 4
1 min read
Life-changing git Commands you probably aren't using

Life-changing git Commands you probably aren't using

7
Comments
5 min read
How to change your default text editor for git (and avoid vim)

How to change your default text editor for git (and avoid vim)

18
Comments 1
2 min read
Cleaning up your GitHub profile

Cleaning up your GitHub profile

60
Comments 13
2 min read
Do you use a monorepo?

Do you use a monorepo?

10
Comments 19
1 min read
Using Github's CLI on Ubuntu & Commands.

Using Github's CLI on Ubuntu & Commands.

41
Comments
2 min read
🤕 Git Visualized: Forked a Repo, Now The Original Has More Commits

🤕 Git Visualized: Forked a Repo, Now The Original Has More Commits

96
Comments 5
4 min read
How To Keep Safe From Git Leaks

How To Keep Safe From Git Leaks

7
Comments
5 min read
How to setup 2 separate Git profiles on a single device?

How to setup 2 separate Git profiles on a single device?

16
Comments 8
2 min read
Fix GIT after MAC OS Catalina update (xcrun error)

Fix GIT after MAC OS Catalina update (xcrun error)

11
Comments 1
2 min read
Basics of Git, Explained (Part 2)

Basics of Git, Explained (Part 2)

7
Comments
3 min read
Git Rebase... with Merges?

Git Rebase... with Merges?

6
Comments 1
4 min read
Git Remotes in Five Minutes or Less

Git Remotes in Five Minutes or Less

6
Comments
3 min read
The Ultimate Git Tutorial Part 7: .gitignore

The Ultimate Git Tutorial Part 7: .gitignore

15
Comments 1
1 min read
📜 Git Cheat-Sheet [infographic + pdf]

📜 Git Cheat-Sheet [infographic + pdf]

162
Comments 5
1 min read
Why do I need git?

Why do I need git?

6
Comments
6 min read
What git strategies does your company use?

What git strategies does your company use?

8
Comments 1
1 min read
Do you use some kind of GUI for git, and if you do, when do you have to resort to terminal?

Do you use some kind of GUI for git, and if you do, when do you have to resort to terminal?

5
Comments 8
1 min read
[Git] How do I merge featured branch into master, when master have already be edited (e.g. bug fixes)

[Git] How do I merge featured branch into master, when master have already be edited (e.g. bug fixes)

2
Comments 5
1 min read
Building an AWS Cross-AccountCodePipeline with GitFlow

Building an AWS Cross-AccountCodePipeline with GitFlow

8
Comments
3 min read
Git Branch Naming Convention

Git Branch Naming Convention

249
Comments 16
3 min read
The Ultimate Git Tutorial Part 6: Stashing Changes

The Ultimate Git Tutorial Part 6: Stashing Changes

8
Comments
1 min read
Git Branches in Five Minutes or Less

Git Branches in Five Minutes or Less

7
Comments
2 min read
Making git log prettier

Making git log prettier

7
Comments 3
1 min read
The Ultimate Git Tutorial Part 5: Undoing Changes and Reverting Commits

The Ultimate Git Tutorial Part 5: Undoing Changes and Reverting Commits

11
Comments
1 min read
The Ultimate Git Tutorial Part 4: Merging and Resolving Conflicts

The Ultimate Git Tutorial Part 4: Merging and Resolving Conflicts

9
Comments
1 min read
Git Essentials in Five Minutes or Less

Git Essentials in Five Minutes or Less

17
Comments 1
2 min read
How I recovered a day's worth of work with git 🏥

How I recovered a day's worth of work with git 🏥

38
Comments 1
5 min read
Day6 - git with js challenge

Day6 - git with js challenge

3
Comments 1
1 min read
[Tutorial Git] Visualizando o commit no modo gráfico

[Tutorial Git] Visualizando o commit no modo gráfico

12
Comments
1 min read
git-issue: an offline-friendly project management tool with potential

git-issue: an offline-friendly project management tool with potential

4
Comments 1
2 min read
loading...