[git-users] Should 'git revert' provide an option to ignore the patch context?

2017-06-14 Thread Harry
Hello, I'm new to git. I had posted my question earlier on StackOverflow, here: https://stackoverflow.com/questions/44543219/git-revert-unable-to-undo-an-individual-commit-even-in-a-simple-case To summarize the problem described in above question: Even a *revert* of a commit that I perce

[git-users] Re: Should 'git revert' provide an option to ignore the patch context?

2017-06-22 Thread Harry
I found your response very helpful, Buga, especially the last part where you apply the patch in reverse without the unified diff context. Thanks and regards, /HS On Sunday, June 18, 2017 at 5:26:46 PM UTC+5:30, Igor Djordjevic wrote: > > Hi Harry, > > On Wednesday, June 14, 2017 a

[git-users] how do I determine the currently active branch at the time of a clone command?

2009-06-08 Thread harry
s to what is going on. My end goal is to give developers consise instructions on how to create a new branch off the master or any other branch they prefer. Thanks! Harry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[git-users] fatal: HTTP request failed

2012-06-25 Thread Harry
Hi, I installed git on ubuntu linux using apt-get install git-core my git version is 1.7.1 However when I try to clone the repo, I get ubuntu@ip-10-252-25-149:/tmp$ git clone https://github.com/MoGro/mogro-backend.git Initialized empty Git repository in /tmp/mogro-backend/.git/ error: while

[git-users] git hanging on ssh to remote server

2011-08-12 Thread Harry Hornreich
fine. Seems like git has been left in some state where it cannot recover from to restart the push (but that us just a guess of mine). Any ideas or suggestions how to get out of this state? Thanks, Harry -- You received this message because you are subscribed to the Google Groups "Git

[git-users] Re: git hanging on ssh to remote server

2011-08-12 Thread Harry Hornreich
Please ignore ... I found the issue is a DNS issue due to one my hostnames expiring ... On Aug 12, 11:10 pm, Harry Hornreich wrote: > Hi, > > I have a weird problem I cannot seem to resolve despite googling > around and playing with this for a few hours ... > > I have local OS

Re: [git-users] git tag -l - where are the associated

2011-08-13 Thread Harry Hornreich
Do git push --tags Harry On Sat, Aug 13, 2011 at 7:28 PM, Phlip wrote: > I have only 5 years experience using git, so I'm obviously just still > a newb here. > > A tag is a name for a hash-tag, which is the label for a snapshot for > a state of the code. (Right?) &g