Skip to content

sheabunge/GitPortable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 16, 2020 02:08

Git Portable

Git Portable is a portable version of Git for Windows packaged in PortableApps.com Format.

Download the latest version of Git Portable

Visit Git Portable Homepage at PortableApps.com

Installing

The preferred method of installing Git Portable is the .paf.exe installer (why?). It will download Git for Windows as part of the install process.

Manual Installation

If you prefer, you can alternatively install Git Portable manually:

  1. Copy the GitPortable directory from this repository to a location of your choice.
  2. Download Git for Windows Portable ("thumbdrive edition") from https://git-scm.com/download/win and extract it to the GitPortable\App\Git directory.
  3. Run the following command to complete the installation:
"GitPortable\App\Git\git-bash.exe" --no-needs-console --hide --no-cd --command=post-install.bat

The manual installation instructions can also be used to update the version of Git within an existing Git Portable installation.