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.
What's Wrong This Time? A Debugging Mystery in Three Parts

What's Wrong This Time? A Debugging Mystery in Three Parts

7
Comments
5 min read
Introduction to Git

Introduction to Git

7
Comments
7 min read
Using GitHub on Multiple Computers - Day 2.0

Using GitHub on Multiple Computers - Day 2.0

8
Comments 1
3 min read
Desfazendo o Ășltimo commit e mantendo as alteraçÔes para um prĂłximo commit

Desfazendo o Ășltimo commit e mantendo as alteraçÔes para um prĂłximo commit

6
Comments
3 min read
GitLab Certified Associate Exam

GitLab Certified Associate Exam

6
Comments
5 min read
Desfazendo os Ășltimos commits usando git reset

Desfazendo os Ășltimos commits usando git reset

6
Comments
4 min read
Simple Git Branching Tutorial

Simple Git Branching Tutorial

13
Comments
3 min read
How git manages versions of our files

How git manages versions of our files

2
Comments
4 min read
My 2022 Productivity Suite

My 2022 Productivity Suite

20
Comments 6
10 min read
How to show recent GitHub activities on your profile readme

How to show recent GitHub activities on your profile readme

8
Comments 2
5 min read
Conceito de Merge — Git e Github

Conceito de Merge — Git e Github

4
Comments
4 min read
Commitlint: custom commit message with emojis

Commitlint: custom commit message with emojis

7
Comments
3 min read
Git Commands Cheatsheet: Advanced (20+ Git Commands Advanced )

Git Commands Cheatsheet: Advanced (20+ Git Commands Advanced )

205
Comments 18
3 min read
List Files Tracked by Git

List Files Tracked by Git

5
Comments
2 min read
How to rename default branch in Git and GitHub

How to rename default branch in Git and GitHub

13
Comments
1 min read
How To Show Your Latest Blogs On GitHub Profile

How To Show Your Latest Blogs On GitHub Profile

132
Comments 7
5 min read
Git Clone a Branch

Git Clone a Branch

4
Comments
1 min read
Deploying a Git Subdirectory to Heroku

Deploying a Git Subdirectory to Heroku

12
Comments 2
4 min read
7k ⭐ GitUI

7k ⭐ GitUI

11
Comments 3
1 min read
Git Survival Kit - Part 1

Git Survival Kit - Part 1

62
Comments 4
1 min read
Git Survival Kit - Part 2

Git Survival Kit - Part 2

16
Comments 1
1 min read
A printable, PDF - Git cheatsheet

A printable, PDF - Git cheatsheet

495
Comments 8
1 min read
How to add your new project to GitHub in 10 easy steps

How to add your new project to GitHub in 10 easy steps

7
Comments
2 min read
Mac ćŸș瀎 Part 3 -- æ‹ĄćŒ”ă‚łăƒžăƒłăƒ‰ăšă‚šă‚€ăƒȘケă‚čăźèš­ćźš in .bashrc

Mac ćŸș瀎 Part 3 -- æ‹ĄćŒ”ă‚łăƒžăƒłăƒ‰ăšă‚šă‚€ăƒȘケă‚čăźèš­ćźš in .bashrc

6
Comments
2 min read
destroying git push --set-upstream origin with vim

destroying git push --set-upstream origin with vim

5
Comments
2 min read
Git Workflows - Solo Vs Team Work, Undoing Mistakes, Contributing to Open Source... and more

Git Workflows - Solo Vs Team Work, Undoing Mistakes, Contributing to Open Source... and more

139
Comments 4
7 min read
Learn how to automate git add, commit and push commands by chaining them using Gcript

Learn how to automate git add, commit and push commands by chaining them using Gcript

6
Comments
4 min read
List git branches ordered by date of last commit

List git branches ordered by date of last commit

4
Comments
1 min read
Trunk-based Development Can Help

Trunk-based Development Can Help

3
Comments
3 min read
Shrinking your git repository with BFG Repo-Cleaner

Shrinking your git repository with BFG Repo-Cleaner

6
Comments 3
4 min read
CĂłmo instalar y configurar Git y SSH con GitHub en Mac, GNU/Linux o Windows (GitBash)

CĂłmo instalar y configurar Git y SSH con GitHub en Mac, GNU/Linux o Windows (GitBash)

15
Comments 3
5 min read
Some GitHub Terms You Should Know!

Some GitHub Terms You Should Know!

15
Comments
1 min read
Conceito de Branch — Git e Github

Conceito de Branch — Git e Github

5
Comments
3 min read
Please remove that .DS_Store

Please remove that .DS_Store

99
Comments 18
2 min read
Build your self-hosted Evernote

Build your self-hosted Evernote

36
Comments
30 min read
What if Professor Snape used GitHub?

What if Professor Snape used GitHub?

12
Comments 2
4 min read
How to delete remote commits in git?

How to delete remote commits in git?

10
Comments
1 min read
Why we started Devsession

Why we started Devsession

10
Comments 2
5 min read
Primeiro repositório — Git e Github

Primeiro repositório — Git e Github

5
Comments
4 min read
3 Estados dos arquivos — Git e Github

3 Estados dos arquivos — Git e Github

3
Comments
2 min read
Comparing text files with diff command

Comparing text files with diff command

2
Comments
1 min read
Git Commands That Could Save your Project

Git Commands That Could Save your Project

44
Comments 3
3 min read
Automatically Install NPM Dependencies on Git Pull

Automatically Install NPM Dependencies on Git Pull

287
Comments 15
3 min read
How to Rename Local and Remote Git Branch

How to Rename Local and Remote Git Branch

2
Comments
2 min read
How to Setup Git and Github in less than 5 minutes

How to Setup Git and Github in less than 5 minutes

10
Comments
3 min read
Creating you First repository on Github using git

Creating you First repository on Github using git

3
Comments
1 min read
Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala

Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala

12
Comments 3
4 min read
Git shortcuts (alias)

Git shortcuts (alias)

79
Comments 2
3 min read
Hello World! I'm the GIT in the family😉

Hello World! I'm the GIT in the family😉

4
Comments
5 min read
Basic Git cheat sheet (yet another)

Basic Git cheat sheet (yet another)

30
Comments 1
2 min read
Host static website for free in less than 10 minutes.

Host static website for free in less than 10 minutes.

33
Comments 8
2 min read
[Git] How to use your personal access token

[Git] How to use your personal access token

6
Comments 1
2 min read
Criando um novo branch e mudando pra ele com apenas um comando

Criando um novo branch e mudando pra ele com apenas um comando

5
Comments
2 min read
about git worktree - working with multiple branches at the same time

about git worktree - working with multiple branches at the same time

5
Comments
1 min read
How to check commit message and branch name with git hooks without any new installation

How to check commit message and branch name with git hooks without any new installation

87
Comments 8
2 min read
Git Commands Cheatsheet: Beginners (18-20+ basic Git Commands)

Git Commands Cheatsheet: Beginners (18-20+ basic Git Commands)

135
Comments 3
3 min read
How to checkout a git tag?

How to checkout a git tag?

3
Comments 1
1 min read
Clone your first Git repository

Clone your first Git repository

6
Comments
1 min read
Git cheat sheet for daily use

Git cheat sheet for daily use

10
Comments
2 min read
Adding Gitmark to lazygit

Adding Gitmark to lazygit

2
Comments
1 min read
loading...