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 10,624 public repositories matching this topic...
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)
- Gitea version (or commit ref):
- Git version:
git version 2.25.1.windows.1
- Operating system:
Microsoft Windows [Version 10.0.18363.720]
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
N/A
Description
I've been trying to export most of my dotfile-type configs to system packages I can install. A lot of programs offer the option for both a system and a user config (e.g. git reads from /etc/gitconfig
, then ~/.gitconfig
) although currently, bat reads just one file. It'd be nice if we could do something similar for bat as well, loading both /etc/bat/config
and ~/.config/bat/config
.
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.
Is your feature request related to a problem? Please describe.
Ya this is a bit awkward to say but i don't know every feather in lazygit even though i probably have seen every line of code :).
And that's also my problem, i really like this tool but i i'm not a git power user though i know what is possible and i also know that lazygit makes a lot of things much easier but i just don't know
Not sure where the best place to get started is here, but the documentation (both man
pages and from Commands.md
) is missing. I'd like to work on this and maybe add some tests for any others that are missing, if you could point me in the right direction
I still use Subversion a lot and diff-so-fancy is great as a tool for Subversion diffs, too. Heck, any diffs. Currently, it sounds like it's a git-only tool.
-
Updated
Mar 4, 2019
-
Updated
Mar 9, 2020 - PHP
Is your feature request related to a problem? Please describe.
I oversee Digital.gov, a site provides guidance around making better digital services for people in government. All of our websites are built using static site generators (Jekyll, Hugo), and use a mix of Federalist and GitHub to publish the pages.
Currently, we get a fair
I'm working on a custom extension after reading docs, but something is wrong for v14.7.6
const triggerHook;
const Pack = {
getDynamicConfig: (rawConfig, dynamicConfig) => {
return Object.assign({}, rawConfig, { dynamicConfigKey: 'dynamicConfigVal' })
},
init: (rawConfig, dynamicConfig, api) => {
api.registerActionToHook('post-tag', {name: 'packAction', run: packActi
现存什么问题没有很好被解决
In the docker-compose
documentation:
https://docs.docker.com/compose/compose-file/#links
Warning: The --link flag is a legacy feature of Docker. It may eventually be removed. Unless you absolutely need to continue using it, we recommend that you use user-defined networks to facilitate communication between two containers instead of using --link. One feature that us
Describe the feature or problem you’d like to solve
Currently, there are several places in GitHub Desktop where how the interaction should work in the app when someone is on a fork is highly dependent on someone's relationship to the project. In other words, are they on the fork because they're just trying to contribute to the upstream repo? Is this a "long-running" fork that's intended to
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).
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
General information
System report (output of prompt_pure_system_report
):
- Zsh: zsh 5.3 (x86_64-apple-darwin18.0)
- Operating system: Mac OS X 10.14.4 (18E226)
- Terminal program: Hyper (3.0.
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@
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
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
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?)
macOS:
For the installation, specifically macOS, we do not mention Homebrew as a prerequisite for the installation. Xcode Install Tools are also required, but Homebrew takes care of that, but perhaps because I have Xcode already?
Running brew install github/gh/gh
without Homebrew results in command not found
error.
Also, there is no mention of the SSH or HTTPS authentication, nor th
-
Updated
Mar 22, 2020 - JavaScript
I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy.
I would like to suggest a quick addition of a full proper nginx config (example b
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
Provide man pages
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia