Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheabunge/gitportable

Portable version of Git for Windows
https://github.com/sheabunge/gitportable

git git-for-windows portable portableapps

Last synced: 4 days ago
JSON representation

Portable version of Git for Windows

Awesome Lists containing this project

README

        

# Git Portable

Git Portable is a portable version of [Git for Windows](https://git-scm.com/) packaged in [PortableApps.com Format](http://portableapps.com/about/what_is_a_portable_app).

__[Download the latest version of Git Portable](https://github.com/sheabunge/GitPortable/releases/latest)__

[Visit Git Portable Homepage at PortableApps.com](https://portableapps.com/node/34685)

## Installing

The preferred method of installing Git Portable is the `.paf.exe` installer ([why?](https://portableapps.com/about/what_is_a_portable_app#whypaf)). 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 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.