Providing usernames and passwords to Git NAME gitcredentials - Providing usernames and passwords to Git SYNOPSIS git config credential.https://example.com.username myusername git c…Git namespaces NAME gitnamespaces - Git namespaces SYNOPSIS GIT_NAMESPACE=<namespace> git upload-pack GIT_NAMESPACE=<namespace> git receive-pack DESCRIPTION Git supports dividing t…Extended attributes NAME xattr - Extended attributes DESCRIPTION Extended attributes are name:value pairs associated permanently with files and directories, similar to the environm…Frequently asked questions about using Git NAME gitfaq - Frequently asked questions about using Git SYNOPSIS gitfaq DESCRIPTION The examples in this FAQ assume a standard POSIX she…System V terminal driver interface NAME termio - System V terminal driver interface DESCRIPTION termio is the name of the old System V terminal driver interface. This interface def…Helper programs to interact with remote repositories NAME gitremote-helpers - Helper programs to interact with remote repositories SYNOPSIS git remote-<transport> <repository> [<UR…list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The extended Berkeley Packet Filter (eBPF) subsystem consists in programs written in a ps…in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…per-user persistent keyring NAME persistent-keyring - per-user persistent keyring DESCRIPTION The persistent keyring is a keyring used to anchor keys on behalf of a user. Each UID …define a new materialized view NAME CREATE_MATERIALIZED_VIEW - define a new materialized view SYNOPSIS CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] table_name [ ( column_name [, ...]…define a new collation NAME CREATE_COLLATION - define a new collation SYNOPSIS CREATE COLLATION [ IF NOT EXISTS ] name ( [ LOCALE = locale , ] [ LC_COLLATE = lc_collate , ] [ LC_CT…A tutorial introduction to Git: part two NAME gittutorial-2 - A tutorial introduction to Git: part two SYNOPSIS git * DESCRIPTION You should work through gittutorial (7) before rea…define a new table from the results of a query NAME CREATE_TABLE_AS - define a new table from the results of a query SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNL…cluster a table according to an index NAME CLUSTER - cluster a table according to an index SYNOPSIS CLUSTER [ ( option [, ...] ) ] [ table_name [ USING index_name ] ] where option …A Git Glossary NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database…list of file suffixes NAME suffixes - list of file suffixes DESCRIPTION It is customary to indicate the contents of a file with the file suffix, which (typically) consists of a per…SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…System Credentials NAME systemd.system-credentials - System Credentials DESCRIPTION System and Service Credentials [1] are data objects that may be passed into booted systems or sy…