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.
He Commits Vendor! 😱

He Commits Vendor! 😱

16
Comments 16
1 min read
How to use Git stashes as a temporary storage

How to use Git stashes as a temporary storage

23
Comments 1
3 min read
How to use Git and GitHub for collaborative programming?

How to use Git and GitHub for collaborative programming?

101
Comments 5
12 min read
Git commit aborts before I can create a commit message and I use “--wait”

Git commit aborts before I can create a commit message and I use “--wait”

8
Comments 12
1 min read
Useful Git Alias

Useful Git Alias

19
Comments 7
3 min read
4 pillars of a reliable software application and tools to support it

4 pillars of a reliable software application and tools to support it

9
Comments
4 min read
How to use Github Desktop with Gitlab

How to use Github Desktop with Gitlab

33
Comments 2
4 min read
3 simple rules for less or no git conflicts

3 simple rules for less or no git conflicts

14
Comments 6
3 min read
Building and Deploying a Jekyll site with Drone CI

Building and Deploying a Jekyll site with Drone CI

14
Comments
4 min read
Simplify pushing to git

Simplify pushing to git

13
Comments 10
1 min read
Using a Bitbucket private repository in your projects

Using a Bitbucket private repository in your projects

13
Comments 15
1 min read
How to change the author of all your commits

How to change the author of all your commits

74
Comments 12
2 min read
Semantic Versioning

Semantic Versioning

40
Comments 2
2 min read
Participating in #Hacktoberfest? devSwag helps you keep an eye on everything that's on the table!

Participating in #Hacktoberfest? devSwag helps you keep an eye on everything that's on the table!

17
Comments 4
1 min read
The Git fixup workflow

The Git fixup workflow

76
Comments 3
4 min read
Jelly Fin: A Little Bump & Grind 😉

Jelly Fin: A Little Bump & Grind 😉

7
Comments
5 min read
How to organize your git branches

How to organize your git branches

281
Comments 28
3 min read
#Hacktoberfest — Contribute to Open Source by Learning to Create A Github Pull-Request #OneDevMinute 03:20

#Hacktoberfest — Contribute to Open Source by Learning to Create A Github Pull-Request #OneDevMinute

39
Comments 4
2 min read
Go To Previous Git Branch Or Previous Directory via Terminal #OneDevMinute 01:06

Go To Previous Git Branch Or Previous Directory via Terminal #OneDevMinute

38
Comments 6
1 min read
Managing Your Python Project with Git and PyBuilder

Managing Your Python Project with Git and PyBuilder

71
Comments 6
18 min read
Writing a pre-commit git hook for Go files.

Writing a pre-commit git hook for Go files.

11
Comments
1 min read
iOS Continuous Integration Setup with Git, GitHub, Travis CI, TDD, Xcode [S01 Extras]

iOS Continuous Integration Setup with Git, GitHub, Travis CI, TDD, Xcode [S01 Extras]

7
Comments
2 min read
Delete a Git branch both locally and remotely [Shell aliases + functions] #OneDevMinute 01:26

Delete a Git branch both locally and remotely [Shell aliases + functions] #OneDevMinute

38
Comments 5
2 min read
So You Created a Regression?

So You Created a Regression?

9
Comments
2 min read
Migrating to Swift 4.2 using a TDD + Git workflow [S01 Extras]

Migrating to Swift 4.2 using a TDD + Git workflow [S01 Extras]

8
Comments
2 min read
Gitting good

Gitting good

9
Comments
3 min read
Code Talk - September 2018

Code Talk - September 2018

44
Comments
3 min read
Advanced git tips

Advanced git tips

87
Comments 6
3 min read
Archiving git branches

Archiving git branches

14
Comments 2
1 min read
Useful git commands for everyday use!

Useful git commands for everyday use!

67
Comments
6 min read
What is a branch in Git?

What is a branch in Git?

63
Comments 3
6 min read
Configuring SSH Key for Bitbucket repositories

Configuring SSH Key for Bitbucket repositories

34
Comments 5
2 min read
and the second top voted question on StackOverflow is...

and the second top voted question on StackOverflow is...

120
Comments 17
7 min read
Using GitHub as a team

Using GitHub as a team

91
Comments
3 min read
How to rewrite git URLs to clone faster and push safer

How to rewrite git URLs to clone faster and push safer

7
Comments
2 min read
Git - Déplacer des dossiers d'un repo à un autre sans perdre l'historique

Git - Déplacer des dossiers d'un repo à un autre sans perdre l'historique

12
Comments
3 min read
One Command to Change the Last Git Commit Message

One Command to Change the Last Git Commit Message

30
Comments 10
1 min read
Resolving Git conflicts

Resolving Git conflicts

44
Comments 1
5 min read
Using Aliases to Speed Up Your Git Workflow

Using Aliases to Speed Up Your Git Workflow

285
Comments 36
4 min read
🚥 How to Automate Code Quality Checks in your Workflow? ⚙

🚥 How to Automate Code Quality Checks in your Workflow? ⚙

75
Comments 1
8 min read
Pushing WordPress Theme Updates With Git

Pushing WordPress Theme Updates With Git

61
Comments 12
2 min read
The case against aliases

The case against aliases

91
Comments 20
3 min read
Securing git commits from tricking you on Windows

Securing git commits from tricking you on Windows

14
Comments 2
4 min read
The Git Aliases That Get Me To Friday

The Git Aliases That Get Me To Friday

55
Comments 4
2 min read
Git Staging Area: Explained Like I'm Five

Git Staging Area: Explained Like I'm Five

156
Comments 17
2 min read
Show current git branch

Show current git branch

10
Comments 1
1 min read
How to Fork and contribute to a Github repo

How to Fork and contribute to a Github repo

49
Comments
2 min read
How to structure your code repository in a Sanity.io project

How to structure your code repository in a Sanity.io project

12
Comments
2 min read
My Git Aliases

My Git Aliases

195
Comments 28
4 min read
Cloning a Git repository

Cloning a Git repository

14
Comments
3 min read
A One-Webpage, Printable Resume

A One-Webpage, Printable Resume

16
Comments 2
2 min read
Git squash via sourcetree

Git squash via sourcetree

25
Comments
1 min read
Change the date of a git commit

Change the date of a git commit

20
Comments 1
1 min read
Pulling from a Git remote

Pulling from a Git remote

21
Comments
3 min read
Git commands to keep a fork up to date

Git commands to keep a fork up to date

150
Comments 27
4 min read
I love git log

I love git log

211
Comments 28
4 min read
Git merge specific file from another branch

Git merge specific file from another branch

61
Comments 11
1 min read
Calculating Prime Numbers with CircleCI

Calculating Prime Numbers with CircleCI

35
Comments 3
4 min read
Git and Managing Different Versions of the Same Application Question

Git and Managing Different Versions of the Same Application Question

9
Comments 3
1 min read
How to Fix that Heroku Push Error!

How to Fix that Heroku Push Error!

22
Comments
1 min read
loading...