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.
How to push the Project into the git repo.!

How to push the Project into the git repo.!

6
Comments
1 min read
VS Code Version Control: Understanding the basics of Git operations # 1

VS Code Version Control: Understanding the basics of Git operations # 1

4
Comments
8 min read
16 basic commands to get started with GIT

16 basic commands to get started with GIT

18
Comments
1 min read
Introduction to Git and Github.

Introduction to Git and Github.

2
Comments
2 min read
Want to unstage something from Git?

Want to unstage something from Git?

6
Comments
1 min read
Git Commands Every Dev MUST know

Git Commands Every Dev MUST know

75
Comments 3
2 min read
Git versiya kontrol

Git versiya kontrol

5
Comments
1 min read
Setting up your Github workflow with SSH

Setting up your Github workflow with SSH

7
Comments 2
2 min read
Hugo version error while deploying.

Hugo version error while deploying.

2
Comments
1 min read
Multiple GitHub accounts on one laptop

Multiple GitHub accounts on one laptop

145
Comments 13
2 min read
Fun with Git aliases

Fun with Git aliases

14
Comments 4
2 min read
Git stash for newbies

Git stash for newbies

5
Comments 1
4 min read
How to Connect Your Local Project’s Codebase to a GitHub Repository Fast!

How to Connect Your Local Project’s Codebase to a GitHub Repository Fast!

10
Comments
9 min read
Get started with Git and GitHub

Get started with Git and GitHub

6
Comments
3 min read
Conventional Commits - Qué es y por qué deberías empezar a utilizarlo

Conventional Commits - Qué es y por qué deberías empezar a utilizarlo

112
Comments
6 min read
How to migrate a directory from git repository to another one preserving git history. Bitbucket example

How to migrate a directory from git repository to another one preserving git history. Bitbucket example

20
Comments 2
1 min read
Rare & useful Git commands summarized + solution to difficult scenarios while using Git

Rare & useful Git commands summarized + solution to difficult scenarios while using Git

121
Comments 6
5 min read
Step by step guide to minting your Git commit as an NFT

Step by step guide to minting your Git commit as an NFT

72
Comments 7
4 min read
Git Series - Part I

Git Series - Part I

71
Comments 17
3 min read
How to use a different email address in Git in sub directories

How to use a different email address in Git in sub directories

5
Comments 1
1 min read
How to get a list of Git commits for a given file

How to get a list of Git commits for a given file

6
Comments 3
1 min read
Git reset, when and how to use it

Git reset, when and how to use it

6
Comments
4 min read
How to find text anywhere in your Git repository from the very beginning

How to find text anywhere in your Git repository from the very beginning

4
Comments
1 min read
Bash Completion for Git on Mac OS X Monterey

Bash Completion for Git on Mac OS X Monterey

6
Comments
2 min read
Do up your branch before merge.

Do up your branch before merge.

5
Comments 2
4 min read
Get a clean git history with a rebase workflow

Get a clean git history with a rebase workflow

8
Comments
5 min read
Configuring Git/GitHub

Configuring Git/GitHub

6
Comments
2 min read
Dev note 7JAN2021

Dev note 7JAN2021

4
Comments
2 min read
Git Branching Strategy

Git Branching Strategy

13
Comments
4 min read
GitHub Tips and Tricks

GitHub Tips and Tricks

7
Comments 2
2 min read
How To: Undo the Last Commit From Your Remote Git Repository

How To: Undo the Last Commit From Your Remote Git Repository

6
Comments
1 min read
4 tips to supercharge your Git experience

4 tips to supercharge your Git experience

6
Comments
3 min read
Advanced Git Concepts You Should Know

Advanced Git Concepts You Should Know

221
Comments 8
5 min read
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

9
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
loading...