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.
Fullstack Trivia: Can You Answer These Interview Questions in 5 Minutes?

Fullstack Trivia: Can You Answer These Interview Questions in 5 Minutes?

115
Comments 6
4 min read
My Favorite Way to Do a Changelog

My Favorite Way to Do a Changelog

7
Comments
2 min read
My first codecademy Course complete

My first codecademy Course complete

7
Comments 1
1 min read
Demystifying Git Submodules

Demystifying Git Submodules

7
Comments 1
2 min read
Git yourself some cool new tricks

Git yourself some cool new tricks

30
Comments 2
7 min read
Introducing purgitory. My first npm package :)

Introducing purgitory. My first npm package :)

10
Comments 2
3 min read
How to automate image compression with Git Hooks

How to automate image compression with Git Hooks

8
Comments 1
3 min read
Tweaking commits with Git's Magic Time Machine✨, aka git rebase

Tweaking commits with Git's Magic Time Machine✨, aka git rebase

21
Comments 2
6 min read
Git : Sync forked repo with original repo

Git : Sync forked repo with original repo

6
Comments 2
2 min read
How To Run A Data-Driven Dev Team Without Being A Performance Tyrant

How To Run A Data-Driven Dev Team Without Being A Performance Tyrant

5
Comments 1
12 min read
Git-based Android App Versioning with AGP 4.0

Git-based Android App Versioning with AGP 4.0

19
Comments 1
9 min read
Common Git commands and configurations used in a day-to-day workflow

Common Git commands and configurations used in a day-to-day workflow

64
Comments 2
6 min read
Bundle github repos for offline sharing

Bundle github repos for offline sharing

5
Comments
2 min read
How important is it to make conventions ?

How important is it to make conventions ?

7
Comments
3 min read
How to separate your Git for work and Git for personal

How to separate your Git for work and Git for personal

10
Comments 1
2 min read
CONTRIBUTING: Johannes Schindelin on Git for Windows

CONTRIBUTING: Johannes Schindelin on Git for Windows

2
Comments
3 min read
Ultimate Basic Coder Reference (Bash, Git, VSCode, Nodejs, more)

Ultimate Basic Coder Reference (Bash, Git, VSCode, Nodejs, more)

124
Comments
5 min read
Using Hugo, GitLab Pages, and Cloudflare to create and run my Blog Site

Using Hugo, GitLab Pages, and Cloudflare to create and run my Blog Site

8
Comments 1
7 min read
How to Fix Git fatal: The current branch has no upstream branch

How to Fix Git fatal: The current branch has no upstream branch

3
Comments 1
1 min read
Is Codespaces going to replace Gitpod?

Is Codespaces going to replace Gitpod?

57
Comments 20
2 min read
Git Branches in Five Minutes

Git Branches in Five Minutes

24
Comments
4 min read
Git CLI tips and tricks to be more productive

Git CLI tips and tricks to be more productive

12
Comments 1
3 min read
Branching workflows for Git

Branching workflows for Git

3
Comments 1
2 min read
Conventional Commits, the Future of Git

Conventional Commits, the Future of Git

158
Comments 9
3 min read
Configuring VSCode with GitHub

Configuring VSCode with GitHub

12
Comments
1 min read
Rewriting git commit History is fun

Rewriting git commit History is fun

10
Comments
2 min read
How To Automatically Generate A Helpful Changelog From Your Git Commit Messages

How To Automatically Generate A Helpful Changelog From Your Git Commit Messages

29
Comments 1
6 min read
Introducing `guser`: A CLI Tool for Git User-Switching

Introducing `guser`: A CLI Tool for Git User-Switching

7
Comments 1
4 min read
Auto Add Git Commit Message

Auto Add Git Commit Message

4
Comments
2 min read
[Coming Soon] GitEye: Now "watch" every single file

[Coming Soon] GitEye: Now "watch" every single file

2
Comments 2
1 min read
Deleting Git Branches Locally And Remotely

Deleting Git Branches Locally And Remotely

9
Comments
1 min read
Setting up multiple github accounts on the same computer (without having to change the repo url)

Setting up multiple github accounts on the same computer (without having to change the repo url)

10
Comments 1
5 min read
Dotfiles - Git Config with Aliases

Dotfiles - Git Config with Aliases

32
Comments 5
5 min read
Connect Your Github To VS Code

Connect Your Github To VS Code

26
Comments
3 min read
git stash, to the rescue

git stash, to the rescue

5
Comments
2 min read
A Perhaps-Too-Simple Guide to Git

A Perhaps-Too-Simple Guide to Git

71
Comments 1
10 min read
Learn Enough Git and Github to take part in the Weekly Challenge

Learn Enough Git and Github to take part in the Weekly Challenge

12
Comments 2
10 min read
Clone just the sub-folder in GIT 🔥

Clone just the sub-folder in GIT 🔥

41
Comments 2
2 min read
Preparing cfssl and Docker in EC2 Instance

Preparing cfssl and Docker in EC2 Instance

6
Comments
2 min read
Dotfiles - Global Git Ignore

Dotfiles - Global Git Ignore

8
Comments
2 min read
Automatic Deployment via good ol' FTP

Automatic Deployment via good ol' FTP

67
Comments 18
4 min read
How to use Hugo and GitHub Pages

How to use Hugo and GitHub Pages

8
Comments
3 min read
Algos in real life: binary search

Algos in real life: binary search

51
Comments
3 min read
Important Git Commands: Git Commands You Must Know

Important Git Commands: Git Commands You Must Know

146
Comments 4
4 min read
Share your Github Profile Readme

Share your Github Profile Readme

108
Comments 80
1 min read
Renaming your master branch to main in Github👩‍💻

Renaming your master branch to main in Github👩‍💻

67
Comments 22
5 min read
Why my tests fail only during pre-commit ?

Why my tests fail only during pre-commit ?

2
Comments
1 min read
Bash ~ never forget to git commit again 💥

Bash ~ never forget to git commit again 💥

53
Comments 6
2 min read
Branch based vs Trunk based development

Branch based vs Trunk based development

5
Comments 3
3 min read
Github CLI - bring Github to the command line

Github CLI - bring Github to the command line

6
Comments
3 min read
Learn git commands in 3 minutes

Learn git commands in 3 minutes

2
Comments 1
1 min read
Articles I wish I had read when I started with Git

Articles I wish I had read when I started with Git

8
Comments
3 min read
How to move forward and backward between commits in git

How to move forward and backward between commits in git

11
Comments 2
1 min read
Git. The WHAT and WHY Edition.

Git. The WHAT and WHY Edition.

2
Comments
8 min read
Multiple gitconfig

Multiple gitconfig

26
Comments 4
1 min read
Using multiple git accounts

Using multiple git accounts

6
Comments
2 min read
things I learnt today - delete remote branch through cli

things I learnt today - delete remote branch through cli

3
Comments
1 min read
Git, but not dumb down: Local branches

Git, but not dumb down: Local branches

5
Comments
5 min read
Day 49: How to fix (MERGE_HEAD exists) error and undo a git push

Day 49: How to fix (MERGE_HEAD exists) error and undo a git push

5
Comments
1 min read
Git and GitHub in a Nutshell: Definitive tutorial for beginners

Git and GitHub in a Nutshell: Definitive tutorial for beginners

68
Comments
11 min read
loading...