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.
Initialize, Populate, and Post Your Git Repo to GitHub in a Single Step

Initialize, Populate, and Post Your Git Repo to GitHub in a Single Step

5
Comments 2
2 min read
GitHub is now free for teams😉🥳

GitHub is now free for teams😉🥳

2
Comments
1 min read
Git basics

Git basics

10
Comments
3 min read
Synthesis about git

Synthesis about git

5
Comments
2 min read
Find the commit that introduced a bug in your code: how to use git bisect in 7 steps

Find the commit that introduced a bug in your code: how to use git bisect in 7 steps

6
Comments
3 min read
Why You Should Use A Version Control System (Git) For Your Projects

Why You Should Use A Version Control System (Git) For Your Projects

11
Comments
3 min read
Effective Git, zero to max in small steps: First Steps

Effective Git, zero to max in small steps: First Steps

7
Comments
3 min read
WT* GIT

WT* GIT

4
Comments
5 min read
Which is the right git workflow for my next project?

Which is the right git workflow for my next project?

15
Comments 17
5 min read
Connecting two remote repositores to a single project

Connecting two remote repositores to a single project

4
Comments
2 min read
Who is afraid of the code review?

Who is afraid of the code review?

16
Comments
4 min read
Plan Your Commits

Plan Your Commits

46
Comments 40
2 min read
Automating Bulk Transfer of Mercurial Repos to Git

Automating Bulk Transfer of Mercurial Repos to Git

2
Comments
3 min read
Controlling the source of truth - The value of better commit messages

Controlling the source of truth - The value of better commit messages

8
Comments 2
4 min read
.gitignore Generating Tool

.gitignore Generating Tool

5
Comments
1 min read
Self Code Review with Git Add Patch

Self Code Review with Git Add Patch

13
Comments 5
2 min read
Hg to Git with no hassles

Hg to Git with no hassles

5
Comments 2
2 min read
How to Combine Git Commits - Squash 'em with a rebase!

How to Combine Git Commits - Squash 'em with a rebase!

11
Comments
4 min read
A guide to Git for beginners

A guide to Git for beginners

2
Comments 1
3 min read
Hi, I'm Jake Schwartz

Hi, I'm Jake Schwartz

9
Comments
1 min read
Git alias with parameters

Git alias with parameters

5
Comments 1
3 min read
How To Add An Empty Directory To A Git Repository — Two Different Use Cases

How To Add An Empty Directory To A Git Repository — Two Different Use Cases

6
Comments
2 min read
Yes, commit messages can be fun!

Yes, commit messages can be fun!

5
Comments
3 min read
A quick introduction to using Git/Github — ADD, COMMIT, PUSH

A quick introduction to using Git/Github — ADD, COMMIT, PUSH

5
Comments
4 min read
A Morning in a Front End Developer’s Mac Terminal

A Morning in a Front End Developer’s Mac Terminal

4
Comments
8 min read
Using git bisect

Using git bisect

23
Comments 5
3 min read
10 chapters in the story of git and a feature implementation

10 chapters in the story of git and a feature implementation

17
Comments 2
4 min read
Edit your commit messages in GIT

Edit your commit messages in GIT

7
Comments
1 min read
%$#@ This: Combing through 183 million git commits to find out when and how developers use the f-word

%$#@ This: Combing through 183 million git commits to find out when and how developers use the f-word

28
Comments 7
3 min read
How to get the current git branch name?

How to get the current git branch name?

6
Comments 3
1 min read
【Git】切り離されたHEAD(detached HEAD)

【Git】切り離されたHEAD(detached HEAD)

2
Comments
1 min read
【Git】縮退マージ(degenerate merge)

【Git】縮退マージ(degenerate merge)

2
Comments
1 min read
Git 2.23.0のswitchとrestoreについて

Git 2.23.0のswitchとrestoreについて

6
Comments
1 min read
Git rich or die tryin' 01: Ideas from our Git setups

Git rich or die tryin' 01: Ideas from our Git setups

Comments
3 min read
Excluding ‘Note to Self’ Code Comments from Commits with Bash

Excluding ‘Note to Self’ Code Comments from Commits with Bash

10
Comments
9 min read
Setting up a Git server in three simple steps

Setting up a Git server in three simple steps

7
Comments 16
2 min read
Write your own git (in typescript) - part 1

Write your own git (in typescript) - part 1

62
Comments 6
4 min read
Git standup, how did I ever live without you?

Git standup, how did I ever live without you?

308
Comments 36
1 min read
Git is your friend

Git is your friend

6
Comments
5 min read
Git ignoring a directory like it doesn't exist?

Git ignoring a directory like it doesn't exist?

6
Comments
1 min read
"Git checkouter" - A Simple Tool to Checkout, List or Rebase Your Git Projects

"Git checkouter" - A Simple Tool to Checkout, List or Rebase Your Git Projects

8
Comments
3 min read
How to master the art of Git

How to master the art of Git

7
Comments 1
8 min read
How to customise your git commit message

How to customise your git commit message

14
Comments 8
2 min read
Stop aliasing core Git commands

Stop aliasing core Git commands

29
Comments 43
2 min read
GIT CLI CRASH COURSE

GIT CLI CRASH COURSE

8
Comments
2 min read
GH first impression and what needs to be changed

GH first impression and what needs to be changed

5
Comments
2 min read
Deploying to Netlify is easier than you think

Deploying to Netlify is easier than you think

4
Comments 2
2 min read
When should I use git branches?

When should I use git branches?

3
Comments 1
1 min read
Hold On A Second There, Partner

Hold On A Second There, Partner

6
Comments
1 min read
Saving Commit Templates using Git Extensions

Saving Commit Templates using Git Extensions

5
Comments
1 min read
Don't Amend, Fix

Don't Amend, Fix

27
Comments 17
3 min read
Creating and Merging New Branch on GIT

Creating and Merging New Branch on GIT

7
Comments
1 min read
Gitex - Git Command Explorer

Gitex - Git Command Explorer

10
Comments 3
1 min read
Running Git in JavaScript and process of picking a proper open-source project

Running Git in JavaScript and process of picking a proper open-source project

4
Comments
5 min read
How to Installing Git and Create your first Github Account in (Linux)

How to Installing Git and Create your first Github Account in (Linux)

5
Comments
4 min read
Hub the GitHub wrapper you never knew

Hub the GitHub wrapper you never knew

16
Comments 10
1 min read
I Swear I've Seen This Error Before

I Swear I've Seen This Error Before

6
Comments
2 min read
A quick question for people who use version control

A quick question for people who use version control

8
Comments 7
1 min read
Deploy an Eleventy website using GitLab CI

Deploy an Eleventy website using GitLab CI

4
Comments
4 min read
Taming untracked files in a large git repository

Taming untracked files in a large git repository

6
Comments 2
2 min read
loading...