+ [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`G I'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`G but it seems to be working, thanks!
+ [8 years ago] daku_ No worries, trix'G
+ [8 years ago] YouCallItFar has anyone given any thought to git release-annex

message no. 169148

Posted by ZSky in #github at 2017-05-19T09:30:03Z

git filter-branch --tree-filter 'rm hello/1 Big folder/bigfile.blob' HEAD
+ [8 years ago] EDAKIRI When I have forked a repository , does a function exist to pull from the origin (whence I forked)?
+ [8 years ago] Seveas EDAKIRI: you can add the upstream repo as a remote and pull from it
+ [8 years ago] kain563 Am having an issue deploying numerous repos under the same linux user
+ [8 years ago] kain563 the 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] EDAKIRI Seveas: do you mean on my local computer or on GitHub?