#git

[ follow ]
#command-line
Writing
fromhttps://daniel.feldroy.com
1 week 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
2 weeks 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
2 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
5 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 ]