+[8 years ago]daku_I'm assuming you are on a raspberry pi or something similar. If so, depending on the OS that should install git for you. +[8 years ago]trix`GI'm on an OpenPandora, but the opkg package manager for Angstrom is similar enough to debian "opkg install git" rather than "apt-get install git" +[8 years ago]trix`Gbut it seems to be working, thanks! +[8 years ago]daku_No worries, trix'G +[8 years ago]YouCallItFarhas anyone given any thought to git release-annex
git filter-branch --tree-filter 'rm hello/1 Big folder/bigfile.blob' HEAD
+[8 years ago]EDAKIRIWhen I have forked a repository , does a function exist to pull from the origin (whence I forked)? +[8 years ago]SeveasEDAKIRI: you can add the upstream repo as a remote and pull from it +[8 years ago]kain563Am having an issue deploying numerous repos under the same linux user +[8 years ago]kain563the guides that show how to set it up give examples of unique subdomains for the repo which is not how the private repo's I am trying to setup are working, so am only able to push via one +[8 years ago]EDAKIRISeveas: do you mean on my local computer or on GitHub?