DEV Community

Discussion on: The fact that I barely know how to use git has been biting me in the butt a lot lately 😭

Collapse
 
recursivefaults profile image
Ryan Latta

Hang in there. Everyone goes through this.

99% of the issues come from not quite understanding how git tracks changes when you try to merge.

Frustrating but learnable.

.05% come from a bad rebase. This is a hellscape.

.05% is forgetting to add a file when you commit.