+[2017-05-19T17:00:16Z]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. +[2017-05-19T17:01:15Z]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" +[2017-05-19T17:01:19Z]trix`Gbut it seems to be working, thanks! +[2017-05-19T17:01:45Z]daku_No worries, trix'G +[2017-05-19T18:47:18Z]YouCallItFarhas anyone given any thought to git release-annex
sparkshift: this place? the IRC channel? or github
+[2017-05-26T15:35:58Z]EDAKIRIWhen I have forked a repository , does a function exist to pull from the origin (whence I forked)? +[2017-05-26T16:02:59Z]SeveasEDAKIRI: you can add the upstream repo as a remote and pull from it +[2017-05-26T16:08:46Z]kain563Am having an issue deploying numerous repos under the same linux user +[2017-05-26T16:08:51Z]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 +[2017-05-26T16:28:55Z]EDAKIRISeveas: do you mean on my local computer or on GitHub?