Git

Search results for about git

  1. Git in PowerShell

    /book/en/Appendix-A:-Git-in-Other-Environments-Git-in-PowerShell

    PowerShell 5 or PowerShell 4 with PackageManagement installed, you can use the package manager to install posh-git for you. More information about PowerShell

  2. What is Git?

    /book/en/Getting-Started-What-is-Git?

    fundamentals of how it works, then using Git effectively will probably be much easier for you. As you learn Git, try to clear your mind of the things you may know about other VCSs, such as CVS, Subversion or

  3. Git Aliases

    /book/en/Git-Basics-Git-Aliases

    familiar: aliases. For clarity’s sake, we won’t be using them anywhere else in this book, but if you go on to use Git with any regularity, aliases are something you should know about.

  4. Git in Bash

    /book/en/Appendix-A:-Git-in-Other-Environments-Git-in-Bash

    where appropriate. It’s also useful to customize your prompt to show information about the current directory’s Git repository. This can be as simple or complex as

  5. Git Attributes

    /book/en/Customizing-Git-Git-Attributes

    learn about some of the attributes you can set on your paths in your Git project and see a few examples of using this feature in practice. Binary

  6. Debugging with Git

    /book/en/Git-Tools-Debugging-with-Git

    thing about Git is that it doesn’t track file renames explicitly. It records the snapshots and then tries to figure out what was renamed implicitly, after the fact. One of the interesting features of this

  7. Getting a Git Repository

    /book/en/Git-Basics-Getting-a-Git-Repository

    about exactly what files are contained in the .git directory you just created. If you want to start version-controlling existing files (as opposed to

  8. Git Configuration

    /book/en/Customizing-Git-Git-Configuration

    ="paragraph"> …and you run git config --global core.excludesfile ~/.gitignore_global, Git will never again bother you about those files.

  9. About Version Control

    /book/en/Getting-Started-About-Version-Control

    This chapter will be about getting started with Git. We will begin by explaining some background on version control tools, then move on to how to get Git running on your system and finally how to

  10. Git Objects

    /book/en/Git-Internals-Git-Objects

    -character checksum hash. This is the SHA-1 hash — a checksum of the content you’re storing plus a header, which you’ll learn about in a bit. Now you can see how Git has stored your data:

  1. git-version

    /docs/git-version

    git-version(1) ============== NAME ---- git-version - Display version information about Git SYNOPSIS -------- [verse] 'git version' [--build-options] DESCRIPTION ----------- With no options given

  2. git-remote-fd

    /docs/git-remote-fd

    context. ENVIRONMENT VARIABLES --------------------- GIT_TRANSLOOP_DEBUG:: If set, prints debugging information about various reads/writes. EXAMPLES -------- `git fetch fd::17 master`:: Fetch

  3. git-sh-i18n--envsubst

    /docs/git-sh-i18n--envsubst

    git-sh-i18n{litdd}envsubst(1) ============================= NAME ---- git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks SYNOPSIS -------- [verse] eval_gettext () { printf "%s" "$1

  4. git-bugreport

    /docs/git-bugreport

    | --suffix) ] [--diagnose[=]] DESCRIPTION ----------- Collects information about the user's machine, Git client, and repository state, in addition to a form requesting information about

  5. git-remote-ext

    /docs/git-remote-ext

    git-remote-ext(1) ================= NAME ---- git-remote-ext - Bridge smart transport to external command. SYNOPSIS -------- [verse] git remote add "ext::[

  6. git-diagnose

    /docs/git-diagnose

    | --suffix) ] [--mode=] DESCRIPTION ----------- Collects detailed information about the user's machine, Git client, and repository state and packages that information into a zip archive

  7. git-upload-archive

    /docs/git-upload-archive

    expressions. This is useful if you do not care about the privacy of unreachable objects, or if your object database is already publicly available for access via non-smart-http. OPTIONS ------- :: The repository to get a tar archive from. GIT --- Part of the linkgit:git[1] suite

  8. git-pack-redundant

    /docs/git-pack-redundant

    mailing list at git@vger.kernel.org. More information about the list is available at https://git-scm.com/community. DESCRIPTION ----------- This program computes which packs in your repository are

  9. git-http-backend

    /docs/git-http-backend

    automatically copy that to `GIT_PROTOCOL`. However, some webservers may be more selective about which headers they'll pass, in which case they need to be configured explicitly (see the mention of `Git

  10. git-instaweb

    /docs/git-instaweb

    ] for more information about this. SEE ALSO -------- linkgit:gitweb[1] GIT --- Part of the linkgit:git[1] suite

scroll-to-top