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 34,126 public repositories matching this topic...
Description
When creating a release in repo, the telegram bot sends the following message:
[{owner}/{repo}] Release created: {release_title} by {publisher}
A link is added to {release_title} : https://{base_url}/{owner}/{repo}/src/{tag_name}
This is a link to the tag although a link to the release was expected: https://{base_url}/{owner}/{repo}/releases/tag/{tag_name}
Describe the bug
I have a local directory called "Advent of Code". It is not a git repository.
When trying to create a GitHub Repository from it using gh repo create "Advent-of-Code" --private --source="Advent of Code\" I am warned that it is not a git repository.
This warning includes a hint to run git init but the syntax is wrong as it just adds quotation marks to the end of the dir
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When I start lazygit inside terminal, most of time I need to jump into a specific layout such git status or git log directly, right now, the default layout is all the panes/windows are displayed, and default focused pane is Files
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
Apr 4, 2022 - Go
-
Updated
May 17, 2022 - Vue
-
Updated
May 17, 2022 - Shell
-
Updated
Apr 15, 2022 - Perl
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'get')Screenshots
ht
From desktop/desktop#2160 (comment)
It's be nice if we could expose a drop down that allows users to start from a template. I'm thinking having that description there is not necessary; putting the description behind a tooltip should allow people who want/need to know what a gitignore file is to see it while allowing us to use that space for showing the f
-
Updated
Mar 4, 2019
Ref #94. It might be better for the output to say something like
added: foo (binary file)
than the current
Binary files /dev/null and b/foo differ
多设备同步收藏侧栏太容易丢了,还是用content多一点
Plenty of people make use of pnpm for their projects, and it would not be a hard feature to implement so I don't think that it would be a bad idea to add a flag to use pnpm as the package manager, just as there is one already for yarn.
-
Updated
May 9, 2022 - PHP
-
Updated
Apr 21, 2022 - Shell
Replace globby with glob in all commitlint-packages.
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
May 17, 2022 - JavaScript
config validation
Is your feature request related to a problem? Please describe.
It would be nice if gitleaks had a validate command that would validate examples found in the config rules. Introducing such a feature would speed up rule development and help with debugging.
Describe the solution you'd like
example entry in the rules tables
ex:
[[rules]]
id = "discord-client-secret"
desCreated 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

Describe the bug you encountered:
The options
--map-syntaxand--ignored-suffixcannot work together.How to reproduce it:
Prepare a file
foo.demoin YAML syntax:Use
bat --map-syntax "*.demo:YAML" foo.democan print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "