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.
Keep your Git history clean - 101

Keep your Git history clean - 101

179
Comments 10
8 min read
Learn git-grep to boost your command line search!

Learn git-grep to boost your command line search!

16
Comments 2
3 min read
もっと早く出会いたかった git command 達

もっと早く出会いたかった git command 達

6
Comments
1 min read
Syncing Github Forks in 2 steps

Syncing Github Forks in 2 steps

9
Comments
1 min read
Why I don't use a database for my blog

Why I don't use a database for my blog

7
Comments 1
4 min read
Continuous Integration in JavaScript: a Guide (ft. Github Actions)

Continuous Integration in JavaScript: a Guide (ft. Github Actions)

212
Comments 5
7 min read
5 Questions for Building a Monorepo

5 Questions for Building a Monorepo

45
Comments 1
7 min read
4 Useful Solutions to Common Git Problems

4 Useful Solutions to Common Git Problems

249
Comments 4
5 min read
Supercharge your Git History with better commit messages

Supercharge your Git History with better commit messages

14
Comments
10 min read
Git LFS(Large File Storage)_How to commit files over 100MB to Github?

Git LFS(Large File Storage)_How to commit files over 100MB to Github?

80
Comments
3 min read
What I learned planning and building an MVP as a frontend dev at Peloton

What I learned planning and building an MVP as a frontend dev at Peloton

13
Comments
10 min read
Git commits went missing after a rebase

Git commits went missing after a rebase

9
Comments
3 min read
Doing To-Dos

Doing To-Dos

3
Comments 1
2 min read
Docker Compose update on GitHub release webhook

Docker Compose update on GitHub release webhook

13
Comments
5 min read
Try not to clutter your git history

Try not to clutter your git history

2
Comments
13 min read
You should consider adding more detail to your commit messages

You should consider adding more detail to your commit messages

54
Comments 4
7 min read
SELECT Post FROM Stack Overflow Questions WHERE Topic = "git" ORDER BY Votes DESC;

SELECT Post FROM Stack Overflow Questions WHERE Topic = "git" ORDER BY Votes DESC;

79
Comments 9
2 min read
Configuring standard policies for all repositories in Azure Repos

Configuring standard policies for all repositories in Azure Repos

5
Comments
5 min read
code metrics from your repository

code metrics from your repository

3
Comments 4
1 min read
Branching & Merging – Part 1 – Should you do it?

Branching & Merging – Part 1 – Should you do it?

9
Comments 5
5 min read
Git on the go with these mobile apps for Git (and GitHub)

Git on the go with these mobile apps for Git (and GitHub)

45
Comments 5
5 min read
🌮 Git 'r done when you're done.

🌮 Git 'r done when you're done.

46
Comments
2 min read
10 More Git Tricks That You Should Know

10 More Git Tricks That You Should Know

420
Comments 13
3 min read
Self Hosted Gitlab Continuous Deployment to Netlify

Self Hosted Gitlab Continuous Deployment to Netlify

30
Comments 8
2 min read
Git- Automatic pull on production server?

Git- Automatic pull on production server?

9
Comments 7
1 min read
10 Git Tricks to Save Your Time and Sanity

10 Git Tricks to Save Your Time and Sanity

969
Comments 25
4 min read
Rebasing a Branch in Git

Rebasing a Branch in Git

9
Comments
4 min read
Bash Quick Tips

Bash Quick Tips

101
Comments 5
3 min read
Git Flow: A Successful Git branching model

Git Flow: A Successful Git branching model

38
Comments
5 min read
Atlassian sunsetting mercurial support in BitBucket

Atlassian sunsetting mercurial support in BitBucket

5
Comments 4
3 min read
Custom Git Workflows with the latest git-reflow

Custom Git Workflows with the latest git-reflow

6
Comments
2 min read
Azure DevOps YAML build for Mono Repository with multiple projects

Azure DevOps YAML build for Mono Repository with multiple projects

31
Comments 13
7 min read
Set commit signing per git repository

Set commit signing per git repository

5
Comments
2 min read
Your favorite `git` aliases?

Your favorite `git` aliases?

60
Comments 16
1 min read
Improving your Git workflow

Improving your Git workflow

297
Comments 12
4 min read
A Complete Pre-Commit Workflow

A Complete Pre-Commit Workflow

6
Comments
4 min read
Agola Direct Runs: Power to the Developers!

Agola Direct Runs: Power to the Developers!

4
Comments
4 min read
The Git Version Control Approach Explained via Photography

The Git Version Control Approach Explained via Photography

17
Comments
4 min read
git commit -m "_____"

git commit -m "_____"

36
Comments 37
1 min read
Contributing to open source community

Contributing to open source community

4
Comments 5
1 min read
Cryptography git commits

Cryptography git commits

62
Comments 2
5 min read
Introducing Git Angular: a VSCode extension for Angular-style commits

Introducing Git Angular: a VSCode extension for Angular-style commits

2
Comments
2 min read
Introdução à introdução ao Git

Introdução à introdução ao Git

1
Comments
12 min read
Gitlab 'hacks'

Gitlab 'hacks'

51
Comments 3
1 min read
Git 001 ~Add Alias to .gitconfig~

Git 001 ~Add Alias to .gitconfig~

40
Comments 3
1 min read
Reflinks vs symlinks vs hard links, and how they can help machine learning projects

Reflinks vs symlinks vs hard links, and how they can help machine learning projects

44
Comments 3
10 min read
A Quick Guide to Hunky Git

A Quick Guide to Hunky Git

85
Comments
6 min read
Git Bisect is Easy (How to Initiate the Robot Uprising)

Git Bisect is Easy (How to Initiate the Robot Uprising)

143
Comments 14
5 min read
How To Sign Your Commits On GitHub With GPG.

How To Sign Your Commits On GitHub With GPG.

68
Comments 6
8 min read
Automate deployment using GitHub hooks

Automate deployment using GitHub hooks

19
Comments 1
3 min read
How to write Bash one-liners for cloning and managing GitHub and GitLab repositories

How to write Bash one-liners for cloning and managing GitHub and GitLab repositories

138
Comments 12
7 min read
Intro to Client Side Git Hooks

Intro to Client Side Git Hooks

14
Comments
5 min read
Modularizing your git config with conditional includes

Modularizing your git config with conditional includes

21
Comments
3 min read
Lazy man's guide: multiple GitHub HTTPS accounts on Windows

Lazy man's guide: multiple GitHub HTTPS accounts on Windows

42
Comments 9
2 min read
My basic Windows setup

My basic Windows setup

12
Comments 3
3 min read
Git extract single file with history

Git extract single file with history

9
Comments
3 min read
Configuring SSH for git

Configuring SSH for git

148
Comments 5
4 min read
Syncing two Git Repos (By using below commands you can move contents of one git repo to another without losing history and tags)

Syncing two Git Repos (By using below commands you can move contents of one git repo to another without losing history and tags)

7
Comments
1 min read
Git Workflow Etiquette

Git Workflow Etiquette

45
Comments 3
13 min read
Git merge, merge-squash and rebase simplified

Git merge, merge-squash and rebase simplified

22
Comments
3 min read
loading...