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 integrate Git Flow in your team?

How to integrate Git Flow in your team?

22
Comments 1
3 min read
The journey of using Git - Zero to Workflow

The journey of using Git - Zero to Workflow

2
Comments
4 min read
Getting Started With Version Control System; Git and Github.

Getting Started With Version Control System; Git and Github.

6
Comments 3
5 min read
Dotfiles the easy way

Dotfiles the easy way

7
Comments
2 min read
Some Helpful Git Commands

Some Helpful Git Commands

6
Comments
3 min read
Using husky's pre-commit hook with a GUI

Using husky's pre-commit hook with a GUI

11
Comments 4
2 min read
Set up a CI pipeline in GitLab to build and push Docker Images from a Git repository

Set up a CI pipeline in GitLab to build and push Docker Images from a Git repository

9
Comments
2 min read
Git tutorial for begginers.

Git tutorial for begginers.

48
Comments 6
5 min read
Fork and Forkget

Fork and Forkget

4
Comments 2
3 min read
A new way to use hadolint 🐳

A new way to use hadolint 🐳

3
Comments 1
2 min read
YouTua - Download Videos/Playlists in your preferred Format and Quality..

YouTua - Download Videos/Playlists in your preferred Format and Quality..

15
Comments 3
2 min read
Using Multiple Git Repositories to Store Dotfiles in a Modular Fashion

Using Multiple Git Repositories to Store Dotfiles in a Modular Fashion

8
Comments
5 min read
Create and Deploy your portfolio with Hugo!

Create and Deploy your portfolio with Hugo!

12
Comments 4
6 min read
How to restore (recreated) a deleted remote git branch

How to restore (recreated) a deleted remote git branch

8
Comments
2 min read
What's new in husky 5

What's new in husky 5

57
Comments 14
3 min read
Git & Github Commands

Git & Github Commands

24
Comments 2
3 min read
Visualize Git Log Tree

Visualize Git Log Tree

3
Comments
1 min read
How to use git cherry-pick

How to use git cherry-pick

3
Comments
1 min read
LGTM Devlog 32: Secrets Management to avoid storing API keys in services

LGTM Devlog 32: Secrets Management to avoid storing API keys in services

4
Comments
3 min read
1 line to prevent pushing to someone else's git repository

1 line to prevent pushing to someone else's git repository

8
Comments 1
1 min read
Using a template configuration file for git repos

Using a template configuration file for git repos

8
Comments 2
3 min read
Tips for using Git effectively

Tips for using Git effectively

6
Comments
13 min read
How to update multiple git repositories for 1 project?

How to update multiple git repositories for 1 project?

4
Comments
1 min read
GitHub tips for beginners

GitHub tips for beginners

4
Comments
2 min read
Installing unpublished npm modules from Git repos

Installing unpublished npm modules from Git repos

13
Comments
3 min read
Setting up an FMOD Project + Unity for Collaboration (Git)

Setting up an FMOD Project + Unity for Collaboration (Git)

7
Comments
6 min read
Git: The common solutions.

Git: The common solutions.

5
Comments 1
4 min read
How we should be using Git

How we should be using Git

45
Comments 2
20 min read
Trying out git submodules

Trying out git submodules

5
Comments
2 min read
Git hacks: self-host a minimal Git repo over SSH

Git hacks: self-host a minimal Git repo over SSH

4
Comments 1
2 min read
Token authentication for Git

Token authentication for Git

2
Comments
2 min read
How to change terminal colors and styling in Vs COde??

How to change terminal colors and styling in Vs COde??

7
Comments 10
1 min read
Deep Dive Into Git (Part 1)

Deep Dive Into Git (Part 1)

6
Comments
3 min read
How To Lose Every Follower in 10 Days (Spoiler: Automatically Tweet All Your Commits)

How To Lose Every Follower in 10 Days (Spoiler: Automatically Tweet All Your Commits)

5
Comments
3 min read
ลบ git remote tags ทั้งหมดโดยใช้คำสั่ง awk และ xargs

ลบ git remote tags ทั้งหมดโดยใช้คำสั่ง awk และ xargs

1
Comments
2 min read
Keeping Git Commit Messages Consistent with a Custom Template

Keeping Git Commit Messages Consistent with a Custom Template

635
Comments 19
4 min read
วิธี ลิสต์ และ ลบ Git remote tag

วิธี ลิสต์ และ ลบ Git remote tag

4
Comments
1 min read
Stop being lazy and learn Git!

Stop being lazy and learn Git!

107
Comments 10
6 min read
Get Git Default Branch from the Command Line (Powershell or Bash/Zsh)

Get Git Default Branch from the Command Line (Powershell or Bash/Zsh)

4
Comments
3 min read
Git Commands from outside the repository

Git Commands from outside the repository

6
Comments
1 min read
VS Code for Git and GitHub

VS Code for Git and GitHub

99
Comments
2 min read
Slackbot to the Rescue: Keeping GitLab Branches in Sync with a Slackbot

Slackbot to the Rescue: Keeping GitLab Branches in Sync with a Slackbot

Comments
15 min read
Rename folder to lowercase - Git

Rename folder to lowercase - Git

17
Comments 4
1 min read
Coding Career Advice: Using Git for Version Control Effectively

Coding Career Advice: Using Git for Version Control Effectively

29
Comments
30 min read
04 Git: Branches Are Breathtaking 🔥

04 Git: Branches Are Breathtaking 🔥

6
Comments 4
4 min read
02 Git: Git Remotes and GitHub

02 Git: Git Remotes and GitHub

4
Comments
5 min read
The Bare Repo Approach to Storing Home Directory Config Files (Dotfiles) in Git using Bash, Zsh, or Powershell

The Bare Repo Approach to Storing Home Directory Config Files (Dotfiles) in Git using Bash, Zsh, or Powershell

25
Comments 2
7 min read
git rebasing - rewrite history

git rebasing - rewrite history

8
Comments
3 min read
How To Get Started With Open Source Project Contribution

How To Get Started With Open Source Project Contribution

20
Comments 2
2 min read
Git Setup for OpenSource/Public Development

Git Setup for OpenSource/Public Development

37
Comments 1
3 min read
How I set up my environment before I start every project

How I set up my environment before I start every project

2
Comments
1 min read
Run Git commands from Node.js application using JavaScript! 🚀

Run Git commands from Node.js application using JavaScript! 🚀

28
Comments 1
3 min read
Git Bisect Is Your Friend in Need

Git Bisect Is Your Friend in Need

8
Comments
3 min read
Git and GitHub

Git and GitHub

15
Comments 6
6 min read
Weekly Update #3 - 24th Jan 2021

Weekly Update #3 - 24th Jan 2021

10
Comments 3
2 min read
How to customize Terminal

How to customize Terminal

2
Comments
2 min read
Learn about real-life CI/CD with TDD, at scale and in public, all via contributing to Forem

Learn about real-life CI/CD with TDD, at scale and in public, all via contributing to Forem

48
Comments 2
10 min read
Gitui is a blazing fast terminal git interface

Gitui is a blazing fast terminal git interface

91
Comments 14
2 min read
Create PR Builder in bitbucket, DangerJS and Jenkins

Create PR Builder in bitbucket, DangerJS and Jenkins

4
Comments
5 min read
Keep calm and git bisect

Keep calm and git bisect

2
Comments
4 min read
loading...