Forem

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 Tips for Real Life: Stuff That Actually Happens at Work
Cover image for # Git Tips for Real Life: Stuff That Actually Happens at Work

# Git Tips for Real Life: Stuff That Actually Happens at Work

1
Comments
27 min read
Understanding Non-Fast-Forward Merges in Git
Cover image for Understanding Non-Fast-Forward Merges in Git

Understanding Non-Fast-Forward Merges in Git

1
Comments
4 min read
Gitflow and GitHub-flow

Gitflow and GitHub-flow

Comments
1 min read
Terminal commands to check Git remote configurations
Cover image for Terminal commands to check Git remote configurations

Terminal commands to check Git remote configurations

Comments
1 min read
Why Version Control Exists: The Pendrive Problem
Cover image for Why Version Control Exists: The Pendrive Problem

Why Version Control Exists: The Pendrive Problem

1
Comments 4
4 min read
Uma jornada ao Trunk-Based Development
Cover image for Uma jornada ao Trunk-Based Development

Uma jornada ao Trunk-Based Development

Comments
8 min read
How I Finally Fixed My .gitignore (and Ended Up Writing an Extension)
Cover image for How I Finally Fixed My .gitignore (and Ended Up Writing an Extension)

How I Finally Fixed My .gitignore (and Ended Up Writing an Extension)

5
Comments 2
1 min read
I spent years mastering Git, then Lazygit made me faster in a week.
Cover image for I spent years mastering Git, then Lazygit made me faster in a week.

I spent years mastering Git, then Lazygit made me faster in a week.

1
Comments
27 min read
What GitHub Metrics Don’t Tell You — And What I Learned by Analyzing My Own History
Cover image for What GitHub Metrics Don’t Tell You — And What I Learned by Analyzing My Own History

What GitHub Metrics Don’t Tell You — And What I Learned by Analyzing My Own History

Comments
5 min read
How to Check the Number of Lines Changed in Your Current Git Branch Compared to Main
Cover image for How to Check the Number of Lines Changed in Your Current Git Branch Compared to Main

How to Check the Number of Lines Changed in Your Current Git Branch Compared to Main

Comments
1 min read
Git for Beginners: Basics and Essential Commands
Cover image for Git for Beginners: Basics and Essential Commands

Git for Beginners: Basics and Essential Commands

1
Comments
4 min read
From Commits to DAGs: How Git Uses a DAG to Track Your Code History
Cover image for From Commits to DAGs: How Git Uses a DAG to Track Your Code History

From Commits to DAGs: How Git Uses a DAG to Track Your Code History

16
Comments
6 min read
Fixing the "Ghost Folder" in GitHub: Converting a Broken Submodule to a Normal Folder
Cover image for Fixing the "Ghost Folder" in GitHub: Converting a Broken Submodule to a Normal Folder

Fixing the "Ghost Folder" in GitHub: Converting a Broken Submodule to a Normal Folder

5
Comments
2 min read
Build Python Packages: Development to PyPI Guide

Build Python Packages: Development to PyPI Guide

Comments
10 min read
Automatically switching Git Identities and SSH Keys on the same machine

Automatically switching Git Identities and SSH Keys on the same machine

5
Comments
3 min read
LaTeX to Markdown Conversion Tools

LaTeX to Markdown Conversion Tools

1
Comments
12 min read
Your Project Shouldn’t Break When You Switch Branches. So I Fixed It
Cover image for Your Project Shouldn’t Break When You Switch Branches. So I Fixed It

Your Project Shouldn’t Break When You Switch Branches. So I Fixed It

43
Comments
5 min read
Top 10 Productivity Hacks Every Developer Should Know 🚀
Cover image for Top 10 Productivity Hacks Every Developer Should Know 🚀

Top 10 Productivity Hacks Every Developer Should Know 🚀

161
Comments 22
33 min read
Play lichess from your terminal
Cover image for Play lichess from your terminal

Play lichess from your terminal

1
Comments
1 min read
GIT

GIT

Comments
2 min read
Stop Pushing Work Code with Your Personal Email: The Ultimate Guide to Multiple GitHub Accounts on Windows

Stop Pushing Work Code with Your Personal Email: The Ultimate Guide to Multiple GitHub Accounts on Windows

2
Comments
3 min read
The Best Workflow for Collaborating on a Shared GitHub Repository

The Best Workflow for Collaborating on a Shared GitHub Repository

1
Comments
3 min read
Complete CI/CD Pipeline with Node.js, Docker, and Kubernetes
Cover image for Complete CI/CD Pipeline with Node.js, Docker, and Kubernetes

Complete CI/CD Pipeline with Node.js, Docker, and Kubernetes

2
Comments
19 min read
🐳 Docker Deserves a Place Beside Git — Here’s Why
Cover image for 🐳 Docker Deserves a Place Beside Git — Here’s Why

🐳 Docker Deserves a Place Beside Git — Here’s Why

1
Comments
3 min read
GitHub Finally Became a Part of My Coding Routine
Cover image for GitHub Finally Became a Part of My Coding Routine

GitHub Finally Became a Part of My Coding Routine

2
Comments
2 min read
loading...