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,706 public repositories matching this topic...
Bug Report
Got error message on an empty directory, shouldn't it show nothing? like ls command.
Description
 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
Since there is already PyScaffold 4.1, we should think about when we officially slate PyScaffold 3.* as no longer supported. Maybe we should even be removing the part in the docs mentioning PyScaffold 2.* for Python 2 projects as hopefully no one is starting new Python 2 projects anymore.
-
Updated
Feb 21, 2017 - Python
-
Updated
Dec 25, 2021 - Python
-
Updated
Nov 18, 2021 - 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
Description
A config option to include an additional question at the end of cz commit that displays the DCO and asks if the committer agrees to the DCO and, if yes, appends the line Signed-off-by: [NAME] <[EMAIL]> at the end of the commit message. [NAME] and [EMAIL] would be pulled from git config.
Possible Solutions
- See description.
- I suppose this could also be done inst
-
Updated
Sep 20, 2021 - Python
-
Updated
Aug 14, 2021 - Python
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
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.