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.
Git for Amateurs

Git for Amateurs

56
Comments 2
1 min read
When Was a Bug Introduced? Bisecting with Pytest

When Was a Bug Introduced? Bisecting with Pytest

10
Comments 2
2 min read
Take Snapshots of Your Project with Git

Take Snapshots of Your Project with Git

4
Comments 1
10 min read
Configuring Prettier and TypeScript Compiler as a Pre-commit Hook

Configuring Prettier and TypeScript Compiler as a Pre-commit Hook

10
Comments 3
2 min read
Handling Merges

Handling Merges

16
Comments
3 min read
The Git Rebase Workflow

The Git Rebase Workflow

72
Comments 11
2 min read
Git: Is branch/merge/release cycle necessary for solo developer projects?

Git: Is branch/merge/release cycle necessary for solo developer projects?

6
Comments 4
1 min read
How to properly mirror a git repository

How to properly mirror a git repository

9
Comments 2
3 min read
I'm starting 30 days of commits in July, who'd like to join me?

I'm starting 30 days of commits in July, who'd like to join me?

60
Comments 23
1 min read
How to revert your git commits without panicking

How to revert your git commits without panicking

266
Comments 8
5 min read
What is Git and GitHub?

What is Git and GitHub?

10
Comments
3 min read
Powering up git bisect with the run command

Powering up git bisect with the run command

9
Comments
3 min read
Why I fork every project I find

Why I fork every project I find

4
Comments 2
1 min read
Drawing Image on Github Contribution Graph

Drawing Image on Github Contribution Graph

8
Comments 1
5 min read
Writing hooks for "pre-commit" framework

Writing hooks for "pre-commit" framework

6
Comments
6 min read
Why Git and Git-LFS is not enough to solve the Machine Learning Reproducibility crisis

Why Git and Git-LFS is not enough to solve the Machine Learning Reproducibility crisis

22
Comments
13 min read
I Generated a License Generator Plugin for Git

I Generated a License Generator Plugin for Git

9
Comments 1
1 min read
Easy Move From SVN to Gitlab Repository

Easy Move From SVN to Gitlab Repository

10
Comments
2 min read
Enforcing Conventional Commits using Git hooks

Enforcing Conventional Commits using Git hooks

41
Comments 1
3 min read
GitHub Just Released a New Version of Their Desktop App

GitHub Just Released a New Version of Their Desktop App

82
Comments 18
1 min read
Automate Git With Hooks And Husky đŸș 03:27

Automate Git With Hooks And Husky đŸș

64
Comments
1 min read
Contributing to Open Source Go projects on GitHub - A recipe to clone forked Go repos.

Contributing to Open Source Go projects on GitHub - A recipe to clone forked Go repos.

15
Comments 1
2 min read
Use Git More Efficiently: A Simple Git Workflow

Use Git More Efficiently: A Simple Git Workflow

34
Comments
3 min read
Setting up Raspberry Pi as a git server

Setting up Raspberry Pi as a git server

33
Comments 8
8 min read
Jenkins: running PHPUnit from Codeception by a Pull Request in Github and Allure-reports

Jenkins: running PHPUnit from Codeception by a Pull Request in Github and Allure-reports

7
Comments
11 min read
My Journey to Understanding Git, GitHub, and Collaborative Workflow

My Journey to Understanding Git, GitHub, and Collaborative Workflow

10
Comments
8 min read
How to keep your forked GitHub repository up to date

How to keep your forked GitHub repository up to date

8
Comments
1 min read
History of Version Control Systems VCS

History of Version Control Systems VCS

9
Comments 4
4 min read
Automate Git With Hooks And Husky

Automate Git With Hooks And Husky

10
Comments
3 min read
An advanced setup for Travis CI

An advanced setup for Travis CI

12
Comments 2
4 min read
Smarter git checkout with fzf

Smarter git checkout with fzf

20
Comments 5
2 min read
How to use git branches for the organized code base you always wanted

How to use git branches for the organized code base you always wanted

9
Comments
1 min read
Open Source Git Workflow (an overview)

Open Source Git Workflow (an overview)

13
Comments
4 min read
Git basics - the only introduction you'll ever need!

Git basics - the only introduction you'll ever need!

415
Comments 2
11 min read
Git - How to validate commit messages?

Git - How to validate commit messages?

56
Comments 1
6 min read
Generating Conventional Changelogs

Generating Conventional Changelogs

35
Comments 2
4 min read
xargs and the unruly tags: A tale of two commands

xargs and the unruly tags: A tale of two commands

10
Comments
4 min read
Git + GitHub Best Practices for Teams (Opinionated)

Git + GitHub Best Practices for Teams (Opinionated)

263
Comments 14
10 min read
A GitHub Guide For People Who Don’t Understand GitHub

A GitHub Guide For People Who Don’t Understand GitHub

64
Comments 2
6 min read
GitKraken, what is it? and common actions?

GitKraken, what is it? and common actions?

7
Comments 1
1 min read
git reflog saved my ass.

git reflog saved my ass.

84
Comments 15
2 min read
Common Git problems and easy incremental solutions for all the family

Common Git problems and easy incremental solutions for all the family

11
Comments 2
3 min read
How to automate your Git workflow

How to automate your Git workflow

15
Comments 4
2 min read
Looking for open source project to contribute

Looking for open source project to contribute

7
Comments 10
1 min read
Using SVN to manage your code snippets in GitHub!

Using SVN to manage your code snippets in GitHub!

13
Comments 3
3 min read
How to count the number of commits made between 2 commits hashes

How to count the number of commits made between 2 commits hashes

14
Comments 4
2 min read
Moving to native vim plugin management

Moving to native vim plugin management

14
Comments
2 min read
ELI5: Git Rebase vs. Merge

ELI5: Git Rebase vs. Merge

146
Comments 29
1 min read
GIT for beginners

GIT for beginners

17
Comments
8 min read
Regain control of branches with git rebase --onto

Regain control of branches with git rebase --onto

7
Comments 3
5 min read
Quickly Alias Git Commands

Quickly Alias Git Commands

38
Comments 2
1 min read
Enforcing Git Commit Message Style

Enforcing Git Commit Message Style

15
Comments
3 min read
GIT conflicts what’s the problem ?

GIT conflicts what’s the problem ?

5
Comments
4 min read
Serving a Git repository over HTTP

Serving a Git repository over HTTP

13
Comments 5
3 min read
Resolving tricky situations with git reset and rebase đŸ§¶

Resolving tricky situations with git reset and rebase đŸ§¶

87
Comments 8
3 min read
What makes a good commit message?

What makes a good commit message?

19
Comments
7 min read
Find A String in a Massive Git Repo

Find A String in a Massive Git Repo

89
Comments 7
1 min read
Undo changes in Git - Cheat sheet for git checkout, stash, reset, clean, revert, rebase -i, amend

Undo changes in Git - Cheat sheet for git checkout, stash, reset, clean, revert, rebase -i, amend

349
Comments 4
8 min read
Changing the Git history

Changing the Git history

8
Comments
1 min read
Analyzing Dev.to Git History with Elasticsearch

Analyzing Dev.to Git History with Elasticsearch

55
Comments 4
1 min read
loading...