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: From Coding Newbie to Version Control Jedi - A Not-So-Serious Guide

Git: From Coding Newbie to Version Control Jedi - A Not-So-Serious Guide

Comments
4 min read
Git Cheatsheet ✨🗨️

Git Cheatsheet ✨🗨️

Comments
3 min read
Migrating repository from github to gitlab

Migrating repository from github to gitlab

1
Comments 2
2 min read
🎆THE BEST GIT COMMANDS YOU PROBABLY DON'T KNOW FOR 2024 🎆

🎆THE BEST GIT COMMANDS YOU PROBABLY DON'T KNOW FOR 2024 🎆

1
Comments 1
3 min read
Creating an Empty Orphan Branch in Git

Creating an Empty Orphan Branch in Git

Comments
2 min read
Initializing a Project with Any Git Repository - Code Recycle

Initializing a Project with Any Git Repository - Code Recycle

Comments
2 min read
Yet Another Newsletter LOL: Pi Day

Yet Another Newsletter LOL: Pi Day

3
Comments 1
3 min read
Understanding the Basics of Git.

Understanding the Basics of Git.

Comments
5 min read
GitHub: Learn How To Showcase Your Developer Talents

GitHub: Learn How To Showcase Your Developer Talents

4
Comments 3
5 min read
Git Log Command: Navigating Your Project's History

Git Log Command: Navigating Your Project's History

1
Comments
4 min read
Mastering the Art of Writing Effective GitHub Commit Messages

Mastering the Art of Writing Effective GitHub Commit Messages

2
Comments
2 min read
GitButler : un client git avec trop de hype ?

GitButler : un client git avec trop de hype ?

Comments
7 min read
Use Git Stash and you won't regret it

Use Git Stash and you won't regret it

Comments
4 min read
Simplifying GitHub Authentication: Adding and Managing Multiple SSH Keys 🤯

Simplifying GitHub Authentication: Adding and Managing Multiple SSH Keys 🤯

Comments
5 min read
Jenkins Server setup using Terraform

Jenkins Server setup using Terraform

Comments
4 min read
Stash changes in a git repository with VS Code

Stash changes in a git repository with VS Code

Comments 2
1 min read
Preventing and Solving Husky Permission Denied Errors in Node.js Projects

Preventing and Solving Husky Permission Denied Errors in Node.js Projects

Comments
3 min read
O comando "git checkout -f" e "git reset --hard" para Git.

O comando "git checkout -f" e "git reset --hard" para Git.

Comments
2 min read
Stages of Git Hook Execution Visualization

Stages of Git Hook Execution Visualization

1
Comments
2 min read
Did first open source contribution

Did first open source contribution

6
Comments
1 min read
Contributing to Open Source Software, The Right Way

Contributing to Open Source Software, The Right Way

Comments
4 min read
💻 Semantic Commits

💻 Semantic Commits

1
Comments
1 min read
Boost your productivity by mastering Oh My ZSH git aliases

Boost your productivity by mastering Oh My ZSH git aliases

Comments
5 min read
GitLab Vulnerabilities And Security Incidents: 2023 In Review

GitLab Vulnerabilities And Security Incidents: 2023 In Review

Comments
7 min read
Automate your command line with EasyKey.shellmenu

Automate your command line with EasyKey.shellmenu

Comments
1 min read
Mastering Git Committing: Best Practices and Guidelines

Mastering Git Committing: Best Practices and Guidelines

1
Comments
4 min read
zsh: command not found: brew

zsh: command not found: brew

1
Comments 2
2 min read
Github credentials storage through Github CLI

Github credentials storage through Github CLI

1
Comments
1 min read
Introduction to Version Control with Git

Introduction to Version Control with Git

Comments
2 min read
What I learned from loosing Github Streak?

What I learned from loosing Github Streak?

Comments
1 min read
How to write GIT commit messages

How to write GIT commit messages

Comments
3 min read
Moving a git repository to a new host

Moving a git repository to a new host

Comments
1 min read
Feature Branch

Feature Branch

Comments
1 min read
FeiFlow - An Opinioned Git Branching And Release Management Strategy

FeiFlow - An Opinioned Git Branching And Release Management Strategy

3
Comments 1
22 min read
How to clone a GitHub repo using GitKraken

How to clone a GitHub repo using GitKraken

3
Comments
3 min read
Title: My Journey: Mastering Linux Navigation, Git, and Vim with Online Practice Websites

Title: My Journey: Mastering Linux Navigation, Git, and Vim with Online Practice Websites

3
Comments
3 min read
ASSINANDO COMMITS NO WINDOWS E PUBLICANDO NO GITHUB

ASSINANDO COMMITS NO WINDOWS E PUBLICANDO NO GITHUB

Comments
2 min read
Demystifying Git: A Practical Guide for Beginners

Demystifying Git: A Practical Guide for Beginners

Comments
3 min read
git and maybe monorepo

git and maybe monorepo

1
Comments
1 min read
GitHub: The Hub of Collaboration

GitHub: The Hub of Collaboration

2
Comments 1
2 min read
Pushing a Project To GitHub

Pushing a Project To GitHub

2
Comments 4
5 min read
Git Clone Branch – How to Clone a Specific Branch

Git Clone Branch – How to Clone a Specific Branch

2
Comments
3 min read
Introduction to Git and Github for beginners

Introduction to Git and Github for beginners

Comments
2 min read
[Git] Códigos mais usados no dia a dia

[Git] Códigos mais usados no dia a dia

Comments
2 min read
Automatically Prefix JIRA Issue ID to Git Commit Messages using Git Hooks

Automatically Prefix JIRA Issue ID to Git Commit Messages using Git Hooks

2
Comments
2 min read
10 Must-Know Git Commands for Software Engineers

10 Must-Know Git Commands for Software Engineers

5
Comments
7 min read
Remove Gibberish Messages in Git

Remove Gibberish Messages in Git

Comments
2 min read
the git repository for interview preparation

the git repository for interview preparation

1
Comments
1 min read
Day-5 Git And GitHub

Day-5 Git And GitHub

6
Comments 1
6 min read
What I've Learned About Git from Senior Colleagues (Part 1 - git stash)

What I've Learned About Git from Senior Colleagues (Part 1 - git stash)

Comments
4 min read
Sharing code between projects

Sharing code between projects

1
Comments
3 min read
Mastering Git: Effortless Branch Renaming on Visual Studio Code's Terminal

Mastering Git: Effortless Branch Renaming on Visual Studio Code's Terminal

8
Comments 1
1 min read
My Journey: Setting Up Git and GitHub

My Journey: Setting Up Git and GitHub

15
Comments 4
3 min read
Simplifying Your Git Workflow with Aliases

Simplifying Your Git Workflow with Aliases

1
Comments
3 min read
Update: GitHub Repository Initialization Script.

Update: GitHub Repository Initialization Script.

2
Comments 1
2 min read
GitKraken: The Graphical User Interface for Git

GitKraken: The Graphical User Interface for Git

1
Comments
3 min read
Navigating Git History: A Guide to git log, git checkout and git switch

Navigating Git History: A Guide to git log, git checkout and git switch

Comments
3 min read
Useful Global Git Configurations

Useful Global Git Configurations

25
Comments 1
2 min read
Do Not Commit Secrets!

Do Not Commit Secrets!

1
Comments
4 min read
How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts

How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts

1
Comments
14 min read
loading...