The Wayback Machine - http://web.archive.org/web/20220520135140/https://github.com/topics/git?l=python
Skip to content
#

Git

git logo

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...

dvc
chmike
chmike commented Nov 1, 2016

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

pyscaffold
julie777
julie777 commented Feb 14, 2022

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

enhancement help wanted good first issue
CanisHelix
CanisHelix commented Mar 8, 2022

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

good first issue feature
nikitavbv
nikitavbv commented Dec 12, 2017

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