[git-users] Git & Bugzilla

2010-03-05 Thread Prasad
I like to Integrate the git with bugzilla so that any commit in the git will be reflected to the Bug which is specified in the comment. I am trying to configured it with SCMBUG but no luck yet. -- You received this message because you are subscribed to the Google Groups "Git for human beings" g

[git-users] Pulling the latest Linux kernel and rebasing the code

2011-09-25 Thread Prasad
itory.". Now I am confused. Can someone help? Thanks in advance. Warm Regards, Prasad -- 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

[git-users] git on user workstations? is that good?

2014-08-24 Thread guru prasad
Version control novice here. Read through git docs, watched videos on git. One of the advantages being talked about is the ability to have entire project repository on user workstation. In my company there is major effort going on to make user workstation as thin clients where it has much less

[git-users] git on workstations? is that good?

2014-08-24 Thread guru prasad
Version control novice here. Read through git docs, watched videos on git. One of the advantages being talked about is the ability to have entire project repository on user workstation. In my company there is major effort going on to make user workstation as thin clients where it has much less

[git-users] git revision number

2014-10-28 Thread guru prasad
I will try my best to explain the scenario Root folder has 7 projects, from what I have read about GIT, it will create a snapshot of the 7 projects each time there is a revision. the way our projects work is that we create a deployable archive file. At this point this archive file is not config

Re: [git-users] Signed commits

2012-02-05 Thread Prasad Joshi
ple 1. Apply the signed TAG $ git tag -f -s for-linus .. write a message that explains the commit/tag .. .. git will ask you for your passphrase .. 2. Push the tag to your repository $ git push -f refs/tags/for-linus Thanks and Regards, Prasad > -- > You received this message bec

Re: [git-users] Signed commits

2012-02-06 Thread Prasad Joshi
pport for pulling of those signed tags where the tag signature is actually automatically verified before being committed. Thanks and Warm Regards, Prasad -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send

[git-users] Can I use GitHub ?

2013-08-29 Thread Varun Prasad Yadav Gunasekaran
Hello All, I am entirely new to Git but I do have exposure with source control systems in the past. Heres the thing : I would like to publish my android project and I heard that Git can be integrated with Eclipse. Is it true ?. Also do note that my OS of development is Ubuntu 13.04. Can I use