Re: [git-users] "cannot spawn ssh" while trying to push changes to remote (e.g. github)

2012-07-10 Thread Thomas Ferris Nicolaisen
On Tuesday, July 10, 2012 11:23:46 PM UTC+2, Patryk Małek wrote: > > Hello again, > > A lot of time passed since my last e-mail but I have been trying some > different approaches to this problem but ... none worked. I have tried as > you suggested to go with *Github for Windows* which actually w

[git-users] Re: git status long time, gitignore

2012-07-10 Thread Thomas Ferris Nicolaisen
> > ok still no luck, i've cloned the tree to my local hard disk running > ubuntu in vmplayer on windows. > i see the performance has become worse, now git status it is taking > more than > two minutes. this is a little disappointment. does running from vm has > any drawbacks ? > There is a

[git-users] Re: git status long time, gitignore

2012-07-10 Thread jack sparrow
On Jul 4, 1:27 pm, Thomas Ferris Nicolaisen wrote: > For comparison with a "real" file system, I just cloned the linux > repository, > which has 300k commits, 2,5 million objects and nearly 40k files in the > work tree, and there git status takes 1-3 seconds (ne

Re: [git-users] "cannot spawn ssh" while trying to push changes to remote (e.g. github)

2012-07-10 Thread Patryk Małek
Hello again, A lot of time passed since my last e-mail but I have been trying some different approaches to this problem but ... none worked. I have tried as you suggested to go with *Github for Windows* which actually worked - but it's not a go for me since I need this now for my work project wher

[git-users] Re: Line up merge tree

2012-07-10 Thread Thomas Ferris Nicolaisen
Hi, Yes, this is possible. But remember that it can be dangerous to rewrite history that has been shared with others (push), so make sure that your team are on board and ready to do some resetting in their own repositories if they have already pulled this state. What you have done here is bran

[git-users] The benefits of e-learning

2012-07-10 Thread بنوتة
The benefits of e-learning http://online-edu2all.blogspot.com/2012/07/benefits-of-e-learning.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this g

Re: [git-users] Copying public keys from mac to pc

2012-07-10 Thread Konstantin Khomoutov
On Mon, 9 Jul 2012 17:16:48 -0700 (PDT) Jackson Beale wrote: > I have copied my public and private keys from my mac to my pc. I am > using git bash. The keys work fine on the mac. I have put the keys in > users/owner/.ssh and used the following permissions: > > chmod 700 ~/.ssh > chmod 600 ~/.s

Re: [git-users] updating a fork from master?

2012-07-10 Thread Konstantin Khomoutov
On Tue, 10 Jul 2012 08:55:57 -0700 (PDT) "Michael." wrote: > I'm trying to contribute some documentation to a larger project for > which I created a git account and forked from the project's master > via the github web page. > Via the local github mac-application I created a local copy where I >

[git-users] updating a fork from master?

2012-07-10 Thread Michael.
Hi, I'm trying to contribute some documentation to a larger project for which I created a git account and forked from the project's master via the github web page. Via the local github mac-application I created a local copy where I can work on. In order to avoid to work on outdated documents, i

[git-users] Line up merge tree

2012-07-10 Thread Dmitry Pyzhov
Hello. I had a pack of branches. And I forget to rebase them before merging with master. Here what I have now: <https://lh4.googleusercontent.com/-nYsYLJdpxx8/T_xIZ4wQLDI/AI4/et8Y8DanPLY/s1600/capture-20120710-191350.png>Is it possible to convert this complex net into strict l

[git-users] Re: Is GIT right for my Needs?

2012-07-10 Thread Thomas Ferris Nicolaisen
My immediate thoughts are that you are looking for more of a template system, where you have some set of base-templates, and each customer has some custom-templates that extend and/or override the base ones. I don't think you should base the templating mechanism itself on Git. However, once you

[git-users] Is GIT right for my Needs?

2012-07-10 Thread jay_m
I support a software package that distrubutes small customizable code files, we call them posts. These code files are a small script based on our proprietary programming language, something similar to BASIC. Each of our customers will have one or more posts. Most post files will be nearly id

Re: [git-users] Re: Italian Translation of the documentation

2012-07-10 Thread Zero Pingas
Ok perfect. Thanks for the help! On Tue, Jul 10, 2012 at 12:08 AM, Philip Oakley wrote: > ** > Hi > Jiang Xin coordinates the localisation (l10n) > of the git messages. > > Have a look on the main git archive e.g. http://git.661346.n2.nabble.com/ or > http://news.gmane.org/gmane.comp.version-con

Re: [git-users] local repo, clone and push doesn't work as needed

2012-07-10 Thread Konstantin Khomoutov
On Mon, 9 Jul 2012 00:11:40 -0700 (PDT) Michel wrote: [...] > Now, using git, I clone the git repo to do some work. > To be sure to have all files in my clone, I do a git checkout > "special_tag_before_import" then I modify the above files, for > example, and I commit them. The push says "Everyt

Re: [git-users] Copying public keys from mac to pc

2012-07-10 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 10.07.2012 03:16, Jackson Beale kirjoitti: > I have copied my public and private keys from my mac to my pc. I > am using git bash. The keys work fine on the mac. I have put the > keys in users/owner/.ssh and used the following permissions: > > |chmod

Re: [git-users] Re: Git sign a tag and commit

2012-07-10 Thread Konstantin Khomoutov
On Mon, Jul 09, 2012 at 11:31:15PM -0700, Thomas Ferris Nicolaisen wrote: > > Can we use Entrust Digital SW to sign tags and commits instead of gpg? > > > > Please guide me how to achieve this. > No, GPG is the only way of signing. On the other hand, the gpg.program configuration option can be us