[git-users] can I use the Git Logo in commercials ?

2012-12-19 Thread lalebarde
Hi, I am building a new SaaS product and a new company for it. This product will add some functionalities to Git via hooks. So I don't modify Git nor redistribute it. My service will be accessible by configuring the Git config file. Can I advertise my product with mention to Git ? Something li

[git-users] Re: can I use the Git Logo in commercials ?

2012-12-19 Thread John McKown
read here: http://git-scm.com/downloads/logos Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License . This license lets others distribute, remix, tweak, and build upon your w

Re: [git-users] Is it possible cp some file from one branch to another without switch branch

2012-12-19 Thread Konstantin Khomoutov
On Tue, 18 Dec 2012 21:24:03 -0500 wor...@alum.mit.edu (Dale R. Worley) wrote: [...] > | git-blame - Show what revision and author last modified each > | line of a file > > That's great! ... But the existence of git-blame means that git can, > *in practice*, trace the history of an individu

Re: [git-users] can I use the Git Logo in commercials ?

2012-12-19 Thread Dale R. Worley
> From: lalebarde > > I am building a new SaaS product and a new company for it. This product > will add some functionalities to Git via hooks. So I don't modify Git nor > redistribute it. My service will be accessible by configuring the Git > config file. > > Can I advertise my product with

Re: [git-users] Is it possible cp some file from one branch to another without switch branch

2012-12-19 Thread Dale R. Worley
> From: Konstantin Khomoutov > > > That's great! ... But the existence of git-blame means that git can, > > *in practice*, trace the history of an individual file, and even > > individual lines within a file. > > True, but your choice of the word "trace" is actually very precise, and > that's wh

[git-users] git.for solo developer

2012-12-19 Thread Dimitris Papageorgiou
Do you think git would be useful for a solo developer as I am right now? I am developing a web app alone-no other developers. VCS is always useful kind of aid for a developer. But I think Git is intended more for teams of developers that wotk on the same project so that they can take advantage

[git-users] Re: git.for solo developer

2012-12-19 Thread Thomas Ferris Nicolaisen
On Wednesday, December 19, 2012 9:30:24 PM UTC+1, Dimitris Papageorgiou wrote: > Do you think git would be useful for a solo developer as I am right now? > > I am developing a web app alone-no other developers. > > VCS is always useful kind of aid for a developer. > > But I think Git is intended

Re: [git-users] git.for solo developer

2012-12-19 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 19/12/2012 21:30, Dimitris Papageorgiou ha scritto: > Do you think git would be useful for a solo developer as I am right now? > Of course. > I am developing a web app alone-no other developers. > > VCS is always useful kind of aid for a develop

Re: [git-users] can I use the Git Logo in commercials ?

2012-12-19 Thread lalebarde
Thanks a lot Dale and John for your help. For the logo, reading the licence, it looks actually alright with the credits. My software is independent from Git. It is just a filter that one can use from the Git config file. But I will care thanks to your recommandation and make clear assessment on

Re: [git-users] git.for solo developer

2012-12-19 Thread Les Nightingill
Dmitris: all my work is solo and I love git. The git command line is (for me) non-intuitive and inconsistent, but the ease of making ad hoc branches to try some ideas, and then abandon or merge is unrivaled. Les On Dec 19, 2012, at 12:30 PM, Dimitris Papageorgiou wrote: > Do you think git woul

[git-users] git - svn migration question

2012-12-19 Thread Daniel Pomerantz
I have what is probably a silly question. Short background: I hate SVN and finally got my boss to agree to move to git, if I can make him happy with it. I started looking at migrating today and ran the following command for our relatively small repo. It should be noted that I have the stand

[git-users] Help:How to merge multiple commits to one?

2012-12-19 Thread Wei Alex
Hi,All: I need to merge multiple special commits to one.Please help me. For example, I have some commits like this: A->B->C->D->E. Some of these were commited by me. I want to select them and merge them to one commit just like A->C->E.The new commit A include the commit A B and

[git-users] git push origin :TRUNK-3814

2012-12-19 Thread k-joseph
Hi, every one, i have just began using using git and do request for your assistance, i want to delete a remote branch, i have already deleted it locally, but am getting an error , and the branch still exisits on my github account: this is the error: $ git push origin :TRUNK-3814 Enter passphras