John-Schlick
John-Schlick
Good question. The reason I came here to get the newest version is that I was using the older version, and thought I'd try the new one. So... Nope, it...
I'm just running it on qa linux box, I don't >>think
Your workaround works for this case. thanks for figuring it out, I'd have probably never gotten there (since I don't actually know what that export does...) If you do make...
I do this like: ``` $to = self::ORIGIN; // My own constant for 'origin'. $ref = "--tags"; $this->repository->push($to, $ref); ``` and it works great. It's a bit of a hack...
I am fully in favor of a flag to do this. If you look at the pull requests and issues with attached code, every one of them adds flags to...
To tell the truth, I'd code it and show the solution code here if it weren't for the fact that they don't "like" my solution code, and have yet to...
Note: I'm happy to email any of this to you so that the formatting is kept. Drop me a line at [email protected] at any time.
How do I do that without the ability to make a branch in this repository? Like I said, I'm happy to mail you the updates. And in this case, it's...
There is now a pull request for this code: https://github.com/matteosister/GitElephant/pull/45 It is EXACTLY the code I proposed above.