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 11,112 public repositories matching this topic...

gogs
adrianlshaw
adrianlshaw commented Jul 3, 2019

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

Describe the solution you'd like
Creating a symlink called README.md in the repository root (that points to another markdown file) should render a preview on the repository web page.

At the moment, it only displays the name of the symlink in the preview pane.
See screenshot below.

On Github a README symlink to a

bat
yaahc
yaahc commented Apr 27, 2020

As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate bat with color-backtrace/color-spantrace and eyre. To do this I need bat to write to a std::fmt::Formatter and return a fmt::Result instead of printing to stdout (i assume?) and returning a bat::error::Error.

So assuming I'm not misreading the docs...

Proposal

ssbarnea
ssbarnea commented Jul 8, 2019

One common use case for project maintainers is to update a broken pull request which was made by someone else.

Hub should be able to help maintainers doing the following steps:

  • grab a pull request
  • update the pull request (rebase or other change)
  • update the pull request (aka pushing it)
dzintars
dzintars commented Feb 5, 2020

Is there any place to read about "edge" setup with Yarn 2 and pure PnP project?
It seems like everything in my side is installed as recommended in various places, still, hooks are not triggered and no any errors provided.
I would be grateful for a clean and precise section in the documentation on how to set up Husky in pure Berry PnP project.

follower
follower commented Apr 22, 2020

FYI attempting to run lazygit on Mac OS X 10.9 fails with both 64-bit & 32-bit builds:

# Darwin_x86_64
$ lazygit_0.20.2_Darwin_x86_64/lazygit 
dyld: Symbol not found: _fdopendir$INODE64
  Referenced from: /<path>/lazygit_0.20.2_Darwin_x86_64/lazygit
  Expected in: flat namespace

Trace/BPT trap: 5
# Darwin_32-bit
$ lazygit_0.20.2_Darwin_32-bit/lazygit 
dyld: Symbol n
GiladShoham
GiladShoham commented Apr 14, 2020

Currently, if look at the windows_e2e tests on circle under the write e2e files step, you will see this warning:

Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname.  If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
xliyq
xliyq commented Jun 24, 2019

问题描述
使用的docker配置http://walle-web.io/docs/installation_docker.html
添加部署公钥要无法验证通过
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.

bug
desktop
Clancey
Clancey commented May 4, 2020

Describe the bug

Show in Finder/Explorer used to take you inside the cloned folder where the .git folder is located. Now it takes you to the parent projects. i.e, ~/Projects/MyRepo, now it takes you to ~/Projects/. When you have a Projects folder with hundreds of projects this is less than helpful.

Version & OS

Version 2.4.3
Windows and Mac

Steps to reproduce the behav

Menci
Menci commented Feb 13, 2020
root@syzoj-test-vm:~/syzoj-ng-app# commitizen init cz-conventional-changelog --yarn --dev --exact
Attempting to initialize using the npm package cz-conventional-changelog
yarn add v1.19.0
[1/4] Resolving packages...
[2/4] Fetching packages...
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
root@
cli
diminutivesloop
diminutivesloop commented Mar 30, 2020

Describe the bug

After following the instructions for enabling shell completion I still can’t get the completion functionality to work. I’ve tried both the eval and Homebrew options. I’m on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.

Steps to reproduce the behavior

  1. Add the Homebrew completion [snippet](https://do
swisspol
swisspol commented Mar 2, 2020

Describe the issue
What's the syntax to properly exclude the contents of directories called foo (and their sub-directories) from LFS fetching but still download LFS files with the same name ('foo')?

  • git config lfs.fetchexclude "foo" will I assume exclude directories called foo and files called foo
  • git config lfs.fetchexclude "foo/" may do the same as the code appears to [str
SIkebe
SIkebe commented Jan 2, 2020

Issue

Impacted version: 4.33.0

Deployment mode: standalone app

Repro steps:

  1. Wiki -> New Page
  2. Fill in each item and click "Save" button.
    • Page name: title+
    • Content: aaa
  3. Redirect to the edit page.
    • Page name: title instead of title+
    • Content: (blank)

As + is decoded to whitespace, should it be treated as an invalid character he

bug
wiki
TheProgramSrc
TheProgramSrc commented Apr 29, 2020

I was looking how to setup wiki.js on apache for weeks and I want to share this for those that are looking for support. (This little guide is for Ubuntu)

First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".

Put this code inside the file:
`<VirtualHost *:443>
ServerName wi

iiroj
iiroj commented Dec 16, 2019

The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:

  1. '*.js': ['eslint'] <- fail when eslint finds issues issues
  2. '*.js': ['eslint --fix', 'git add'] <- automatically fix eslint issues, and add to commit
  3. '*.js': ['prettier --list-different'] <- fail when prettier finds issues
  4. `'*.js': ['prettier --write

Created by Linus Torvalds

Released April 7, 2005

Organization
git
Website
git-scm.com
Wikipedia
Wikipedia
You can’t perform that action at this time.