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.
Merge yer Own!

Merge yer Own!

3
Comments
4 min read
Use SSH! All the Cool Kids Are Doing It

Use SSH! All the Cool Kids Are Doing It

Comments
4 min read
How to make Git ignore file permission (chmod) changes

How to make Git ignore file permission (chmod) changes

12
Comments
1 min read
Self Reflections

Self Reflections

4
Comments
2 min read
How to sign your commits with GPG or SSH keys

How to sign your commits with GPG or SSH keys

14
Comments
4 min read
Monorepos - a practical guide

Monorepos - a practical guide

3
Comments
5 min read
Git reflog: Restore Version Control History

Git reflog: Restore Version Control History

9
Comments
6 min read
How to add git works shortcuts to increase your productivity

How to add git works shortcuts to increase your productivity

9
Comments
1 min read
How to speed up development with GitHub CLI

How to speed up development with GitHub CLI

1
Comments
4 min read
Git Doesn't Forget! A Short Story

Git Doesn't Forget! A Short Story

5
Comments
2 min read
Git small tip: one way to handle conflict if you only need is the latest remote code.

Git small tip: one way to handle conflict if you only need is the latest remote code.

3
Comments
1 min read
Scanning Kubernetes Control Planes and Worker Nodes For Security Vulnerabilities

Scanning Kubernetes Control Planes and Worker Nodes For Security Vulnerabilities

10
Comments
6 min read
How To Fix A Stuck GitHub Push

How To Fix A Stuck GitHub Push

37
Comments 11
5 min read
Enable Gitsign Today and Start Signing your Commits

Enable Gitsign Today and Start Signing your Commits

171
Comments 11
6 min read
Git blame - How to find out who modified a line with Git

Git blame - How to find out who modified a line with Git

29
Comments 1
2 min read
Use a different git config for each directory using conditional include

Use a different git config for each directory using conditional include

3
Comments
1 min read
CodePipeline live feedback on slack - with git tags

CodePipeline live feedback on slack - with git tags

23
Comments 4
7 min read
Git basic

Git basic

5
Comments
8 min read
Git Flow - Hotfixes [pt-BR]

Git Flow - Hotfixes [pt-BR]

2
Comments
3 min read
Top 12 Git Commands that Every developer must know

Top 12 Git Commands that Every developer must know

5
Comments
5 min read
Using Git to see recent changes in specified a time period

Using Git to see recent changes in specified a time period

13
Comments
2 min read
How to amend and update a git commit

How to amend and update a git commit

10
Comments
1 min read
How to list commits from the current branch.

How to list commits from the current branch.

6
Comments 8
1 min read
How to configure git for the first time? - Linux environment

How to configure git for the first time? - Linux environment

Comments
1 min read
Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.

Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.

8
Comments 1
4 min read
loading...