Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sheabunge/gitportable
- Owner: sheabunge
- Created: 2012-09-30T22:22:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T09:04:47.000Z (about 1 month ago)
- Last Synced: 2024-12-14T23:04:22.281Z (11 days ago)
- Topics: git, git-for-windows, portable, portableapps
- Language: HTML
- Homepage: http://portableapps.com/node/34685
- Size: 84.6 MB
- Stars: 343
- Watchers: 37
- Forks: 68
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.