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 30,082 public repositories matching this topic...

cli
shrink
shrink commented Sep 29, 2021

Describe the feature or problem you’d like to solve

dev:~$ gh secret encrypt
Paste your secret: *************
✓ Encrypted secret for `org/repository`
QkMFB+vyCCE2yT5j6Tb07doxD2xKHagI2l6AjMuwUkizN7pMGXKBVOj154Pg/hwn0PbPWFvo83z+ir25iw==

Proposed solution

Separate the encryption step and make it available as a separate command so that users can easily generate an

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

manlm
manlm commented Oct 17, 2021

I am using the default config.yml, when I change the name of the cover image field to "featureImage" like below:
- label: 'Cover Image' name: 'featureImage' widget: 'image' required: false tagname: ''

the preview feature show this error:
![Screen Shot 2021-10-17 at 22 53 46](https://user-images.githubusercontent.com/12764063/137635071-956cc07b-a67

desktop