If I am working on a project from a hotel computer, is there a way to access a git repository (gitorious) using a web based client? I have a portable c++ compiler for the coding part, but I need to download and commit files to git without the ability to install git software. A portable git client would also work.
You don't have to install git with an installer. You just download the source tarball, extract it, cd into the directory, and run ./configure --prefix=/path/to/install/folder/ , make , and make install . From there, cd into the bin folder and run it.
To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install GitHub CLI to use GitHub from the command line. For more information, see "About GitHub CLI."
Updating the new link to download portable Git for Windows archive file -
https://github.com/msysgit/msysgit/releases
========
Update: 2015-09
It seems like msysgit is now redundant. Please see this - msysGit vs Git for Windows
The portable git 2.x version is available here - https://git-scm.com/download/win
A download starts automatically. You may cancel that one. Instead , there is a link to the "thumbdrive version" on the page.
Alternatively - https://github.com/git-for-windows/git/releases
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With