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 29,121 public repositories matching this topic...

SommerEngineering
SommerEngineering commented Aug 26, 2021

It would be good if Gitea offered support for the new citation file format, cf. https://citation-file-format.github.io/ and https://blog.front-matter.io/mfenner/step-forward-for-software-citation

This is intended to allow scientists to cite software repositories. I can imagine an implementation similar to Github: Similar to the buttons for forks and downloads of repositories, there may be a new

cli
mislav
mislav commented Sep 2, 2021

When you run gh pr view, for example, we will look up the current branch and display the latest PR that has it as its head branch. We do this even for closed PRs so that operations like gh pr view and gh pr reopen can work.

When one is on the default branch, however, I don't think the same logic should apply. Looking up closed PRs that have main as their head branch is most likely goi

jkogler-cloudflight
jkogler-cloudflight commented Aug 2, 2021

Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...

**Describe the solution

chromjs
chromjs commented Sep 15, 2021

Describe the bug
This issue is the same as the one described here #2573

When selecting 2 images via Cloudinary media_library, the image strings are saved in markdown as an array. When selecting 1 image, it is saved in markdown as a string.

To Reproduce

  1. Use the following configuration
backend:
  name: git-gateway
  branch: master

local_backend: true

media_librar