#git

[ follow ]
#version-control
fromRealpython
1 week ago
Python

How to Use Git: A Beginner's Guide - Real Python

Git is a version control system that tracks changes locally, while GitHub is an online platform for hosting Git repositories.
fromPybites
1 month ago

How Even Senior Developers Mess Up Their Git Workflow - Pybites

There are few things in software engineering that induce panic quite like a massive git merge conflict. You pull down the latest code, open your editor, and suddenly your screen is bleeding with <<<<<<< HEAD markers. Your logic is tangled with someone else's, the CSS is conflicting, and you realise you just wasted hours building on top of outdated architecture.
Software development
fromGitHub
2 months ago

GitHub - Techthos/clockwork: Clockwork-MCP is a local executable MCP-Server that gives Agents the ability to simple track project worklogs.

Clockwork is a Model Context Protocol (MCP) server that automatically tracks your work time based on git commits. It aggregates commits into worklog entries, calculates durations, and manages projects - all through a simple CLI interface. Automatic Commit Aggregation: Automatically collects commits since your last worklog entry Smart Duration Calculation: Estimates work time based on commit timestamps Project Management: Track multiple projects with associated git repositories
Software development
Web frameworks
fromDjango Project
3 months ago

DSF member of the month - Clifford Gama

Clifford Gama is a DSF member, Django core contributor, and Triage and Review Team member focused on performance improvements and developer tooling skills.
#command-line
Writing
fromhttps://daniel.feldroy.com
6 months ago

Over Twenty Years of Writing Tools

Over twenty years of online publishing used many platforms; hosted services caused content loss, prompting a preference for Markdown files in Git repositories for preservation.
Web development
from2ality
6 months ago

Learning web development: Version control via Git and GitHub

Use Git and GitHub to manage web project versions; install Git, set default branch to main, and create local repositories with README and project files.
Software development
fromMedium
8 months ago

Who is Git's favorite child? Tilde or Carat

The ^ and ~ symbols in Git are used to navigate commit history, with ^ indicating the first parent and ~ allowing traversal by generations.
Software development
fromHackernoon
1 year ago

Your First Line of Defense for Clean Code is Pre-Commit: How to Set It Up | HackerNoon

Git hooks can prevent issues by running scripts before commits or pushes.
Pre-commit simplifies managing and sharing multi-language git hooks for teams.
Installing pre-commit requires setting up a configuration file in the repository.
Python
fromPythonbytes
11 months ago

How old is your Python?

Good commit messages are essential for clear documentation in software development.
Caddy automates TLS certificate management, enhancing site security.
Recent PEP approvals support better software packaging and efficiency.
[ Load more ]