About 50 results
Open links in new tab
  1. Git - git-config Documentation

    Note that this variable is honored even when set in a configuration file in a ".git" subdirectory of a directory and its value differs from the latter directory (e.g. "/path/to/.git/config" has core.worktree set …

  2. Git - Git Configuration

    The next place Git looks is the ~/.gitconfig (or ~/.config/git/config) file, which is specific to each user. You can make Git read and write to this file by passing the --global option. Finally, Git looks for …

  3. Git - First-Time Git Setup

    Because this is a system configuration file, you would need administrative or superuser privilege to make changes to it. ~/.gitconfig or ~/.config/git/config file: Values specific personally to you, the user.

  4. Git - git-config Documentation

    Note that this variable is honored even when set in a configuration file in a ".git" subdirectory of a directory and its value differs from the latter directory (e.g. "/path/to/.git/config" has core.worktree set …

  5. Git - git-config Documentation

    This is useful for cases where you want to spawn multiple git commands with a common configuration but cannot depend on a configuration file, for example when writing scripts.

  6. Git - git-config Documentation

    Note that this variable is honored even when set in a configuration file in a ".git" subdirectory of a directory and its value differs from the latter directory (e.g. "/path/to/.git/config" has core.worktree set …

  7. Git - git-config Documentation

    Note that this variable is honored even when set in a configuration file in a ".git" subdirectory of a directory and its value differs from the latter directory (e.g. "/path/to/.git/config" has core.worktree set …

  8. Git - Git Configuration

    Git’s configuration files are plain-text, so you can also set these values by manually editing the file and inserting the correct syntax. It’s generally easier to run the git config command, though.

  9. Git - Git Basis-Konfiguration

    Diese Konfigurationsdatei kann nur von git config -f <file> als Admin geändert werden. Du kannst dir alle Git Einstellungen ansehen und wo sie herkommen mit:

  10. Git - Credential Storage

    The file format of the shared-credential file is the same as that used by git-credential-store. The location of that file is fairly standard, but we should allow the user to pass a custom path just in case.