Recovering Folder from Git Restored Repo

2016-08-01 Thread Dennis Putnam
I am in a bit of a pickle. I deleted a remote repo that had a folder that I belatedly realized I need. The deleted repo exists on a backup which I restored. How do I extract the needed folder from that restored repo. Not being a git expert I'm not sure what to do but I cannot find any recognizable

Re: merge vs. rebase question

2013-01-18 Thread Dennis Putnam
time to do something and that changed the ownership. In any case there is not much I can do at this point since the problem no longer exists. On 1/18/2013 1:38 PM, Phil Hord wrote: On Thu, Jan 17, 2013 at 9:14 AM, Dennis Putnam d...@bellsouth.net wrote: As a git noob I am having trouble

merge vs. rebase question

2013-01-17 Thread Dennis Putnam
As a git noob I am having trouble understanding when to use which commands. I have a repository (bare) on my Linux server. I also created a build directory as a local repository. In my build script I do a 'git pull' to make sure the build directory is up to date. No changes are made to my source

Re: Push Windows to Linux Repository Problem

2012-12-23 Thread Dennis Putnam
but apparently it is. I never set up that backwards connection. Once I did, everything started working. On 12/23/2012 4:06 AM, Andreas Schwab wrote: Dennis Putnam d...@bellsouth.net writes: I keep getting fatal: Could not read from remote repository. Can you git ls-remote the repository? Andreas

Using Eclipse git plugin

2012-12-23 Thread Dennis Putnam
This may be more of an Eclipse question than a git question but hopefully someone on this list knows both. I now have a working git central repository (on Linux) and a local repository clone (on Windows). I can see and edit my files in Eclipse, commit them and push them to the remote repository.

Installation Plan

2012-12-21 Thread Dennis Putnam
After re-reading the git documentation and with Andrew's input I have changed my thinking on how to set this up and want a central repository. If I understand correctly, I am doing builds while I am developing new code so I need to clone my repository for Eclipse (I'm assuming the git plugin