[git-users] invalid key error

2015-06-10 Thread Kamil Sebastian
Hi, After upgrade from 1.7.2.5-3.1 to 1.7.10.4-1+wheezy1 following error appear: [code] git push central versions/4.3.2 Counting objects: 45, done. Delta compression using up to 8 threads. Compressing objects: 100% (28/28), done. Writing objects: 100% (28/28), 13.01 KiB, done. Total 28 (delta 22)

[git-users] Beginner Git Book Half-Off (Ad, Promotion)

2015-06-10 Thread Rick Umali
Hello, I've been writing a book about Git aimed at beginners. It's called "Learn Git in a Month of Lunches", and it is from Manning Publications. Today, June 10, 2015, the book is half-off with the coupon code 'dotd061015au'. For those interested, please visit: http://www.manning.com/umali T

Re: [git-users] Can not undo multiple git rebase using git reflog & git reset --hard

2015-06-10 Thread Rémi Rampin
2015-06-09 15:55 GMT-04:00 Konrád Lőrinczi : > I did a few git rebase interactive between branches, but when I use git > reflog & git reset --hard HEAD@{N} I can not get the same branch > hierarchy as it was before. > git reflog > git reset --hard HEAD@{14} > Hi, You seem to be confused as to wh

[git-users] Problem with the detached head:

2015-06-10 Thread Bhargavi V
I have the head detached for my remote origin/develop branch. I was not sure of my previous actions that resulted this but I remember getting a message saying the origin/develop diverged from develop (don't know if it is relevant). Anyways, I tried creating a temp branch and forcing the head of

[git-users] Setting up Git for existing project

2015-06-10 Thread David VanKirk
I was hoping someone might be able to help me figure out how to setup a Git repository for our existing web application. There are several reasons for migrating to Git (from Visual SourceSafe), but the two biggest reasons are: 1). making the code more multi-developer friendly and 2). we are mig

Re: [git-users] Problem with the detached head:

2015-06-10 Thread Konstantin Khomoutov
On Wed, 10 Jun 2015 08:28:19 -0700 (PDT) Bhargavi V wrote: > I have the head detached for my remote origin/develop branch. Terminology warning: the HEAD being in a detached state precisely means that it's no longer associated with any branch -- that's why it's detached after all. So you can't r

Re: [git-users] Setting up Git for existing project

2015-06-10 Thread Konstantin Khomoutov
On Wed, 10 Jun 2015 09:29:04 -0700 (PDT) David VanKirk wrote: [...] > That being said, I'm not sure the best practice for getting our > existing code into Git. We currently have a Test server and > Production server, so we have two copies of the code and the > developers access the code directly

Re: [git-users] Setting up Git for existing project

2015-06-10 Thread David VanKirk
Let me try to clarify, as I agree, the reasoning is important to making the right decision. For one, let me say that the application is an ASP.NET Web Site (as opposed to a Web Application), so it's not like a traditional compiled project where I can put code in the project that is not accessib

[git-users] Re: Change directory of git repository

2015-06-10 Thread Hannah Scheibner
thanks Konstantin, that's exactly the help I needed! Am Dienstag, 9. Juni 2015 18:43:57 UTC+2 schrieb Hannah Scheibner: > > There must be some quick fix but I just can't figure out how to do it: > > I initialized a git repository on my local computer, but unfortunately at > the wrong place, i.e