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.
When your day could have gone better

When your day could have gone better

9
Comments 2
1 min read
Creating a release info dashboard

Creating a release info dashboard

14
Comments
3 min read
Git log pretty print aliases

Git log pretty print aliases

8
Comments
2 min read
GitKraken - The tool I can't git without

GitKraken - The tool I can't git without

63
Comments 9
2 min read
Being a Good Developer: Six Tips for a Painless Code Review

Being a Good Developer: Six Tips for a Painless Code Review

40
Comments 1
5 min read
Exploring the preview release of GitHub CLI

Exploring the preview release of GitHub CLI

7
Comments
1 min read
0x00SEC CTF - Exercise #1

0x00SEC CTF - Exercise #1

48
Comments 2
5 min read
5 Best practices of using GIT, that every software developer should know — in 5 minutes

5 Best practices of using GIT, that every software developer should know — in 5 minutes

142
Comments 3
5 min read
The fact that I barely know how to use git has been biting me in the butt a lot lately 😭

The fact that I barely know how to use git has been biting me in the butt a lot lately 😭

14
Comments 18
1 min read
Do you merge branches locally or create pull requests for personal projects?

Do you merge branches locally or create pull requests for personal projects?

83
Comments 48
1 min read
Making your first commit

Making your first commit

5
Comments
5 min read
Windows does not remember git password

Windows does not remember git password

10
Comments
1 min read
Automate GitLab with Ansible - kinda

Automate GitLab with Ansible - kinda

9
Comments
3 min read
Do you always need the '-u' in git push -u origin master?

Do you always need the '-u' in git push -u origin master?

8
Comments
2 min read
How to Fix a Typo After You've Already Pushed Your Commit

How to Fix a Typo After You've Already Pushed Your Commit

94
Comments 11
4 min read
Git for begginers

Git for begginers

62
Comments
5 min read
How to version control the database?

How to version control the database?

5
Comments 3
1 min read
[Tutorial] Instalando, configurando e inicializando o Git no Linux

[Tutorial] Instalando, configurando e inicializando o Git no Linux

31
Comments
2 min read
Project specific git configuration

Project specific git configuration

9
Comments
1 min read
Generating shorter aliases from .gitconfig file

Generating shorter aliases from .gitconfig file

6
Comments
1 min read
Monorepo: How to keep your history in order

Monorepo: How to keep your history in order

4
Comments 3
4 min read
Git: globally change GitHub-remotes from git@ to https

Git: globally change GitHub-remotes from git@ to https

8
Comments
1 min read
Git - the big picture

Git - the big picture

11
Comments
1 min read
A new use case for git submodules

A new use case for git submodules

10
Comments 6
4 min read
Adding a Remix on Glitch button to your GitHub project

Adding a Remix on Glitch button to your GitHub project

28
Comments 1
2 min read
How to delete multiple branches in Git

How to delete multiple branches in Git

14
Comments
1 min read
12 Days of Gitmas: Merge conflicts and PRs!

12 Days of Gitmas: Merge conflicts and PRs!

9
Comments
7 min read
Semantic versioning for GitHub Actions

Semantic versioning for GitHub Actions

7
Comments
2 min read
Using git to open your editor

Using git to open your editor

49
Comments 4
2 min read
Git - Delete Branches

Git - Delete Branches

8
Comments
1 min read
Gitlab: Create merge requests from cli

Gitlab: Create merge requests from cli

19
Comments 4
2 min read
Steps to Becoming a Front End Developer

Steps to Becoming a Front End Developer

128
Comments 10
4 min read
A Git from the Future (Comic)

A Git from the Future (Comic)

148
Comments 16
1 min read
Colorful Git Prompt for Azure Cloud Shell and Visual Studio Code

Colorful Git Prompt for Azure Cloud Shell and Visual Studio Code

39
Comments
3 min read
Pick. Squash. Drop. Rebase! (Comic)

Pick. Squash. Drop. Rebase! (Comic)

365
Comments 16
2 min read
2020 Web Developer Roadmap Step 4: Learn Terminal, Git, and Deployment

2020 Web Developer Roadmap Step 4: Learn Terminal, Git, and Deployment

104
Comments
12 min read
Git 101 - Installation and First Commit

Git 101 - Installation and First Commit

9
Comments
3 min read
Getting started with Git and Azure DevOps

Getting started with Git and Azure DevOps

26
Comments
21 min read
Looking for contributors for iHateRegex.io <3

Looking for contributors for iHateRegex.io <3

13
Comments 2
1 min read
Gitprefix - Automatically formatting commit messages

Gitprefix - Automatically formatting commit messages

6
Comments
2 min read
Some many ways to ignore file changes in Git

Some many ways to ignore file changes in Git

5
Comments
1 min read
Git merge, git rebase, and crawling out of the git hole

Git merge, git rebase, and crawling out of the git hole

144
Comments 13
5 min read
My Customs Git Configurations

My Customs Git Configurations

15
Comments 2
4 min read
Keeping track of notes across projects and features

Keeping track of notes across projects and features

7
Comments
2 min read
Learn Git, Github, and Opensource – Course

Learn Git, Github, and Opensource – Course

50
Comments
2 min read
Connecting Atlassian SourceTree With Your Azure DevOps GIT Repo

Connecting Atlassian SourceTree With Your Azure DevOps GIT Repo

7
Comments 1
3 min read
Quick guide on Ruby on Rails Continuous Integration with GitlabCI - why it's worth and how to get it running.

Quick guide on Ruby on Rails Continuous Integration with GitlabCI - why it's worth and how to get it running.

9
Comments
12 min read
Important Tools To Improve Your Web Development Workflow

Important Tools To Improve Your Web Development Workflow

9
Comments
4 min read
[question/help] How can one use docker-compose to install packages from a requirements file when one is behind a private repo?

[question/help] How can one use docker-compose to install packages from a requirements file when one is behind a private repo?

6
Comments 2
1 min read
Understanding Heroku Pipelines

Understanding Heroku Pipelines

27
Comments
5 min read
Pushing an existing repository to Github.

Pushing an existing repository to Github.

33
Comments 8
3 min read
Checking out pull requests locally

Checking out pull requests locally

4
Comments
1 min read
Oops, I forgot to sign my commit from last Monday...

Oops, I forgot to sign my commit from last Monday...

6
Comments
4 min read
Oops, I just pushed a git commit to the wrong branch. What now?

Oops, I just pushed a git commit to the wrong branch. What now?

157
Comments 18
1 min read
Git cheatsheet for beginners

Git cheatsheet for beginners

901
Comments 26
5 min read
Continuous Integration with Rebase

Continuous Integration with Rebase

9
Comments
1 min read
How to split a git repository

How to split a git repository

31
Comments 3
1 min read
How to fix your history

How to fix your history

8
Comments
6 min read
8 things I learnt from a script for repository creation

8 things I learnt from a script for repository creation

74
Comments 5
7 min read
Interactively Rebase with git

Interactively Rebase with git

20
Comments 2
3 min read
loading...