#git

[ follow ]
fromMedium
1 week 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.
fromPythonbytes
3 months ago

How old is your Python?

In the context of effective software development, good commit messages are essential as they provide clear documentation that can aid in understanding changes and their rationale.
Python
fromPythonbytes
3 months ago

Rise of the Python Lord

Git Town provides a reusable implementation of Git workflows designed for common scenarios, enhancing command efficiency and simplifying the process of managing Git repositories.
Web frameworks
fromPythonbytes
4 months ago

Committing to Formatted Markdown

"Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files."
Web frameworks
fromRubyflow
4 months ago
Ruby on Rails

Gitingest: Code -> LLM prompt

Gitingest is a Ruby gem aimed at improving Git workflows by simplifying tasks and enhancing usability.
fromtowardsdatascience.com
5 months ago

Branching Out: 4 Git Workflows for Collaborating on ML

It's been more than 15 years since I finished my master's degree, but I'm still haunted by the hair-pulling frustration of managing my R scripts.
Miscellaneous
JavaScript
fromMedium
6 months ago

Advanced Git CI/CD for Bit: Tips and Tricks

Composable architectures enhance development efficiency and collaboration by modularizing code.
Integrating Bit with CI/CD tools like Git boosts automated workflows for developers.
JavaScript
fromMedium
6 months ago

Advanced Git CI/CD for Bit: Tips and Tricks

Composable architectures and Bit streamline development workflows through reusable components.
Integrating Bit and Git in CI/CD processes automates testing and deployment.
Best practices enhance efficiency in CI/CD pipelines leading to faster results.
#azure-devops
[ Load more ]