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 11,112 public repositories matching this topic...
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
- Gitea version (or commit ref):
Gitea version 1.11.4 built with GNU Make 4.1, go1.13.9 : bindata, sqlite, sqlite_unlock_notify
- Git version: 2.20.1
- Operating system: Debian
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
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)
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.
Currently:
Undo local changes with the last content in head
git checkout -- <file_name>
Should be:
Undo local changes with the content in index(staging)
git checkout -- <file_name>
Reference: https://git-scm.com/docs/git-checkout
Examples: git checkout hello.c
restore hello.c from the index
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
Currently we are using ronn to convert markdown docs to man pages and html files. Ronn is not longer maintained so we want to use ronn-ng instead.
There are two blocking issues about ronn-ng:
-
Updated
May 18, 2020 - Perl
-
Updated
Mar 4, 2019
It probably wasn't designed for mobile usage but it does work... Kind of. It works but you can only traverse the history by tapping on either edge side of the top bar.
Using Firefox mobile
Hi folks many thanks for your great work.
Describe the bug
Date and datetime can be improperly persisted.
To Reproduce
- Add the following section to a config file
- name: test
label: Tests
create: true
folder: "content/_tests"
fields:
- name: title
widget: string
- name: date
widget: date
format: YYYY-MM-
-
Updated
May 20, 2020 - PHP
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\\****
问题描述
使用的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.
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
While the documentation from https://github.com/jonas/tig/blob/master/tigrc#L144-L158 is extremely useful it appears to document one use case which i find likely to be desired:
Run command in background and display its output only if it failed (non zero return code).
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@
It would be great if I could run brew install ungit
on OSX. This would install a plist which would automatically start ungit on login.
More resources:
- https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md
- https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md
- https://github.com/FredrikNoren/ungit/wiki/Startup-Script-for-Mac-OS-X
Thank
-
Updated
May 1, 2020 - Shell
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
- Add the Homebrew completion [snippet](https://do
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 calledfoo
and files calledfoo
git config lfs.fetchexclude "foo/"
may do the same as the code appears to [str
Issue
Impacted version: 4.33.0
Deployment mode: standalone app
Repro steps:
- Wiki -> New Page
- Fill in each item and click "Save" button.
- Page name:
title+
- Content:
aaa
- Page name:
- Redirect to the edit page.
- Page name:
title
instead oftitle+
- Content: (blank)
- Page name:
As +
is decoded to whitespace, should it be treated as an invalid character he
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
Reproduction steps
Visit https://libgit2.org/libgit2/#HEAD. Look for git_repository_set_refdb
. It is not present, nor are any of the functions I checked from include/git2/sys/repository.h
.
Version of libgit2 (release number or SHA1)
Whatever the website is at as of Sep 6, 2019. (Perhaps the website should provide a sha indicating what HEAD is?)
-
Updated
May 20, 2020 - C++
The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:
'*.js': ['eslint']
<- fail when eslint finds issues issues'*.js': ['eslint --fix', 'git add']
<- automatically fix eslint issues, and add to commit'*.js': ['prettier --list-different']
<- fail when prettier finds issues- `'*.js': ['prettier --write
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
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