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 33,323 public repositories matching this topic...

bat
v-timofeev
v-timofeev commented Oct 26, 2021

Describe the bug you encountered:

If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program

cli
jeffg-hpe
jeffg-hpe commented Jan 25, 2022

Describe the bug

gh repo edit offers several flags --enable-issues, --enable-*, but does not explain how to use those flags to disable those features. Same as #2901 but for gh repo edit

Steps to reproduce the behavior

  1. Type this gh repo edit --help
  2. The output does not explain how to set --enable-issues to false. (Same for other --enable-*)
  3. Confusion

StefanMich
StefanMich commented Jan 26, 2022

Describe the bug
Configuring a customer "opencommand" works, but when opening the file in the "unstaged changes" pae the filename parameter seem to be of a different format than what is used other places - it is of the form :, instead of just . Using pycharm to open that format fails, because it is interpreting the colon and number as part of the filename.

My con

panbanda
panbanda commented Feb 7, 2022

Is your feature request related to a problem? Please describe.

Uploading an image with uploadcare doesn't allow me to set a cdnBase or cdnURL or something similar for custom URLs. When I upload an image it is forcing the company's cdn instead.

Describe the solution you'd like

The settings in config.json should be something like:

  media_library: {
    name: 'uploadcare
desktop
donokuda
donokuda commented Jul 6, 2017

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

zachmu
zachmu commented Feb 1, 2022

Dolt currently errors out on the creation of an index that has the same columns, in the same order, as another index. This is a problem for compatibility, as this is allowed by MySQL and required by naïve conversion from other database formats such as Postgres, which treat UNIQUE as a constraint rather than an index type, as MySQL does.

Work items:

  1. Remove this constraint, e.g. https://g