Git
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
Here are 1,835 public repositories matching this topic...
We support toml as params file. There are a few issues with our current toml parsing:
- We use
tomllibrary, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained. tomldumping does not preserve existing formatting.- iterative/dvc#6402
We can try migrating to tomli (which
A framework for managing and maintaining multi-language pre-commit hooks.
-
Updated
May 15, 2022 - Python
-
Updated
May 7, 2022 - Python
Markdown Presentations for Tech Conferences, Training, Developer Advocates, and Educators.
-
Updated
Mar 1, 2021 - Python
Yet Another Dotfiles Manager
-
Updated
May 15, 2022 - Python
Some out-of-the-box hooks for pre-commit
-
Updated
May 11, 2022 - Python
Tools for diffing and merging of Jupyter notebooks.
-
Updated
Apr 18, 2022 - Python
-
Updated
Apr 23, 2022 - Python
Analyze how a Git repo grows over time
-
Updated
Jan 30, 2022 - Python
When opening git-cola, you are presented with a selection of folders you have previously opened in git-cola. There does not appear to be a way to remove these from within the GUI.
I'm trying to display the modifications in the last commit. To de so I'm trying to use gl history.
The verbose option provides a nice display of changes.
Unfortunately the -l (limit) option is apparently limited.
It seam that it always start counting history from the first commit. I couldn't find how to display the history starting from a specific commit, or HEAD - x commits.
An op
Description of your problem
Please provide a minimal, self-contained, and reproducible example.
putup --veryverbose tmpproj
Please provide the full traceback using the --very-verbose flag.
Output has no color.
Please provide any additional information below.
istty check is failing, probably because of the know bug in pip
we are also checking for curses and c
Manage git repositories, provide access to them over SSH, with tight access control and not needing shell accounts.
-
Updated
Feb 21, 2017 - Python
Manage many git repos with sanity 从容管理多个git库
-
Updated
Mar 6, 2022 - Python
Description
I have pre-commit hooks to enforce LF line endings, this fails on every commitizen commit as it writes CRLF on windows. An option to configure this would be good.
Possible Solution
Hacky, but I have customized my local commitizen and found all instances of open and added newline='\n' to them if they are w opens. And option in the .cz.yaml to specify this would be the o
strip output from Jupyter and IPython notebooks
-
Updated
Mar 20, 2022 - Python
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Fatal error: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even Permission denied (publickey). message is not shown.
@guyzmo offered to "suggest a
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
-
Updated
May 15, 2022 - Python
-
Updated
Mar 4, 2022 - Python
docker run klaus / pip install klaus — the first Git web viewer that Just Works™.
-
Updated
Apr 22, 2022 - Python
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Octogatos Conf22 Call for Papers
April - September 2022 • Virtual
GitHub Presente con Lizz Parody & Bezael Pérez
May 25, 2022 • Online


We already have some scripts in the
scriptsdirectory. It would be good to run them for every PR.This is also a great task for beginners.