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 as a team - a simple concept for beginners.

Git as a team - a simple concept for beginners.

11
Comments
2 min read
Open GitExtensions from Visual Studio

Open GitExtensions from Visual Studio

6
Comments 1
1 min read
Overcoming the anxiety of creating your first open-source contribution 🦄

Overcoming the anxiety of creating your first open-source contribution 🦄

107
Comments 5
4 min read
Deploy to Github Pages like a pro with Github Actions

Deploy to Github Pages like a pro with Github Actions

220
Comments 39
5 min read
[Tutorial Git] git commit -am: Atualizando arquivo modificado no Git

[Tutorial Git] git commit -am: Atualizando arquivo modificado no Git

25
Comments
2 min read
Automated Deployments from Scratch

Automated Deployments from Scratch

6
Comments
2 min read
Need to stash untracked files? There is a way!

Need to stash untracked files? There is a way!

6
Comments 2
2 min read
GitHub Workflow is very useful✨

GitHub Workflow is very useful✨

7
Comments
1 min read
Code like a Fullstack girl updates #3

Code like a Fullstack girl updates #3

4
Comments
1 min read
Continuously deploy a Jekyll generated static site to Firebase with Gitlab in under 6 minutes.

Continuously deploy a Jekyll generated static site to Firebase with Gitlab in under 6 minutes.

7
Comments
5 min read
How to check if a git branch exists in the local/remote repository?

How to check if a git branch exists in the local/remote repository?

12
Comments
1 min read
Automation with git hooks

Automation with git hooks

57
Comments
6 min read
ignoreit: vscode extension to automatically ignore files and folders

ignoreit: vscode extension to automatically ignore files and folders

11
Comments
2 min read
Part 2: Stashing and Rebasing in Git

Part 2: Stashing and Rebasing in Git

22
Comments 1
4 min read
Basics of Git , Explained .

Basics of Git , Explained .

20
Comments 2
2 min read
How to delete a file permanently in git

How to delete a file permanently in git

7
Comments 1
1 min read
How to get the verified flag on your commits in GitHub

How to get the verified flag on your commits in GitHub

7
Comments
5 min read
Got a 'git' conflict and just want to blow away your local changes and take 'theirs'?

Got a 'git' conflict and just want to blow away your local changes and take 'theirs'?

10
Comments
1 min read
Different basic ways to undo commits on git

Different basic ways to undo commits on git

10
Comments 3
5 min read
Set up Trainig a Distributed Git Workflow on a Single Computer

Set up Trainig a Distributed Git Workflow on a Single Computer

9
Comments
3 min read
React Installation Issue

React Installation Issue

5
Comments 15
2 min read
The git remaster command

The git remaster command

11
Comments 2
3 min read
OneDev: An open source all-in-one devops platform

OneDev: An open source all-in-one devops platform

8
Comments 2
1 min read
Github bot @dependabot fixes security vulnerabilities

Github bot @dependabot fixes security vulnerabilities

18
Comments 7
2 min read
Git Merge

Git Merge

17
Comments
3 min read
Working with the Feature Branch Workflow and Pull Requests

Working with the Feature Branch Workflow and Pull Requests

10
Comments
26 min read
mycontribution - View Your Contribution Graph From the Terminal

mycontribution - View Your Contribution Graph From the Terminal

13
Comments 5
2 min read
New feature in Visual Studio 16.6.0 Preview 2, a better integration with Git and GitHub

New feature in Visual Studio 16.6.0 Preview 2, a better integration with Git and GitHub

6
Comments
1 min read
Introducción a git

Introducción a git

5
Comments
8 min read
Managing Rust binary files and Git when using rustc

Managing Rust binary files and Git when using rustc

8
Comments 2
1 min read
git-commit-as: committing on a shared computer

git-commit-as: committing on a shared computer

5
Comments
1 min read
Keybase overview 🔐

Keybase overview 🔐

6
Comments
3 min read
How to clean your git history

How to clean your git history

9
Comments
2 min read
Track Down Pesky Bugs with `git bisect`

Track Down Pesky Bugs with `git bisect`

86
Comments 13
3 min read
Write Merge Requests Like You’re Posting to Instagram

Write Merge Requests Like You’re Posting to Instagram

64
Comments 6
4 min read
[Tutorial Git] gitignore: Ignorando arquivos no Git

[Tutorial Git] gitignore: Ignorando arquivos no Git

22
Comments
1 min read
How To Create pre-commit Hooks For Git

How To Create pre-commit Hooks For Git

7
Comments
5 min read
A missing step: Backup Azure DevOps Repositories

A missing step: Backup Azure DevOps Repositories

12
Comments
5 min read
Advanced GIT tutorial - Interactive rebase

Advanced GIT tutorial - Interactive rebase

39
Comments
4 min read
Today I learned `git diff master..feature`

Today I learned `git diff master..feature`

17
Comments
2 min read
Are They Awake Yet? Building a GitHub Action to Find Out!

Are They Awake Yet? Building a GitHub Action to Find Out!

72
Comments 3
2 min read
Want to remove/delete your last commit? Here is how.

Want to remove/delete your last commit? Here is how.

99
Comments 12
1 min read
Back To Basics: Git

Back To Basics: Git

9
Comments
2 min read
Quickly Create Github Release via Cli

Quickly Create Github Release via Cli

7
Comments 1
2 min read
How to create a Pull Request by Submitting your first Pull Request to Github

How to create a Pull Request by Submitting your first Pull Request to Github

38
Comments 2
1 min read
Setting up a code formatter in an iOS project

Setting up a code formatter in an iOS project

34
Comments 1
2 min read
Did you just say you want to 'git add' all those files except 1?

Did you just say you want to 'git add' all those files except 1?

12
Comments 1
1 min read
Styling Git Bash

Styling Git Bash

17
Comments 1
4 min read
Useful "advanced" commands in 2 minutes - Git Bisect

Useful "advanced" commands in 2 minutes - Git Bisect

8
Comments
2 min read
Git deep-dive: "git init"

Git deep-dive: "git init"

65
Comments
4 min read
Using 🎉Emojis💎 when naming Pull-Requests

Using 🎉Emojis💎 when naming Pull-Requests

15
Comments 1
2 min read
Another GIT framework workflow

Another GIT framework workflow

47
Comments 4
3 min read
[Tutorial Git] git amend: Corrigindo o último commit

[Tutorial Git] git amend: Corrigindo o último commit

43
Comments 2
2 min read
New to Coding

New to Coding

16
Comments 21
1 min read
Is good idea to use jira task on the branch I am working for?

Is good idea to use jira task on the branch I am working for?

6
Comments 1
1 min read
Conventional Commits

Conventional Commits

30
Comments
2 min read
How to squash Git commits

How to squash Git commits

48
Comments 2
1 min read
Nice tip - open your Github project page from CL

Nice tip - open your Github project page from CL

16
Comments 5
1 min read
🔥 How to merge a pull request

🔥 How to merge a pull request

13
Comments 3
1 min read
Diff GIT stash versus working directory in Visual Studio 2019

Diff GIT stash versus working directory in Visual Studio 2019

3
Comments
1 min read
loading...