[git-users] 3rd party apps creating live nested repos - should I submodule or subtree?

2021-05-02 Thread Greg Long
ie. having applications create nested repos and adding them as submodules? Cheers Greg -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[git-users] Where does git on windows store the repositories?

2017-10-26 Thread Greg Quintana
Where does git on windows store the repositories? Thanks Greg Quintana -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-user

[git-users] Re: 2 projects share a set of files, how to set this up

2017-10-25 Thread Greg Quintana
P.S. I am using git on windows 10. On Wednesday, October 25, 2017 at 8:20:25 PM UTC-7, Greg Quintana wrote: > > I have 2 projects which share a set of verilog source files. I want to > keep these files identical in both projects. I think I need one repository > which I will che

[git-users] 2 projects share a set of files, how to set this up

2017-10-25 Thread Greg Quintana
tried creating a repository for one project and then cloned that repository, but that left me with two different repositories, instead of one for both projects. Thank You Greg Quintana -- You received this message because you are subscribed to the Google Groups "Git for human beings&q

[git-users] How do I tell git to use openssl in /usr/local

2015-10-14 Thread Greg Ramos
I am trying to build git from source. I have new versions of openssl and libcurl. When I type 'make', the build wants to use libcryto in /usr/lib64. How do I tell the build to use what's in /usr/local? Thanks. -- You received this message because you are subscribed to the Google Groups "Git

Re: [git-users] How do I tell git to use openssl in /usr/local

2015-10-14 Thread Greg Ramos
I was hoping there was an environment variable. On Wednesday, October 14, 2015 at 8:34:37 AM UTC-7, Konstantin Khomoutov wrote: > > On Wed, 14 Oct 2015 07:56:29 -0700 (PDT) > Greg Ramos <brow...@gmail.com > wrote: > > > I am trying to build git from source. I have

Re: [git-users] Git bash client continually crashing

2015-07-18 Thread greg . r . white
I have been using the git client and up to this point its been fine. That is until I ran this command : jspm registry config github This causes the Git Client to just hang. On Sunday, 12 July 2015 16:16:43 UTC+2, Philip Oakley wrote: I have recently started using Git 1.9.5 windows client.

Re: [git-users] Git bash client continually crashing

2015-07-18 Thread greg . r . white
Hi Philip I have been using the new git client as you suggested and its a vast improvement on the older one. However, I have just hit an issue when running: jspm registry config github. It asks the user name and the password or token. I tried both and neither worked. The git client just stops

Re: [git-users] Git bash client continually crashing

2015-07-12 Thread greg . r . white
I am using Windows 7 Professional Service Pack 1. I installed it from the https://git-scm.com/downloads. I have re-installed it 5 times now over the past few weeks. It freezes most after running Gulp commands. It happens mostly when I spin up a server on Node. I am using the new one. It's

[git-users] Git bash client continually crashing

2015-07-12 Thread greg . r . white
I have recently started using Git 1.9.5 windows client. It is continually freezing up and even trying to force the process to end (from task manager) doesn't work. The ONLY I have found to restart Git is a reboot. This is extremely frustrating and makes this application totally unusable. When

Re: [git-users] Git bash client continually crashing

2015-07-12 Thread greg . r . white
I haven't tried the new version in your first link - maybe I should try this. Its unbelievable that the git bash can completely disable the OS to the extent that everything is frozen and only a reboot will fix it. On Sunday, 12 July 2015 16:16:43 UTC+2, Philip Oakley wrote: I have

[git-users] Re: GIT project maintainer as a developer

2013-11-20 Thread Greg Freeman
interested in the other way to avoid different repo names. Thanks, Greg -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com

[git-users] Re: GIT project maintainer as a developer

2013-11-20 Thread Greg Freeman
In that case, this is what we are doing. We have a corporate account which is the main repo (this is where the project should be created) and each developer then fork into their personal account. This could also have been possible to achieve without such service, but I'll not explain

[git-users] Re: GIT project maintainer as a developer

2013-11-20 Thread Greg Freeman
Now that I'm actually digesting this and trying it out, I'm a bit confused. I am using source tree, but I will try and speak in more generic terms. I forked the main repo through bitbucket ( which has master and develop branches). This gives me https://myname@bitbucket.org/myname/project

[git-users] Re: GIT project maintainer as a developer

2013-11-20 Thread Greg Freeman
Awesome, I must have overlooked that. That makes much more sense! Thanks! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] GIT project maintainer as a developer

2013-11-19 Thread Greg Freeman
Philip, thanks for the good response. One follow up question, should all of these branches be pushed to the repo(i.e. develop and PU)? I assume so, but I just wanted to verify. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To

[git-users] GIT project maintainer as a developer

2013-11-18 Thread Greg Freeman
I have an issue with my workflow that I'm trying to resolve. I am a developer as well as the project maintainer. We are using the forking workflow so everyone has their own repo then I pull all their changes to my copy to deal with the merge, then push these changes into the master. The issue

[git-users] Clarification Regarding Git Commit Granularity

2013-06-06 Thread Greg Chetcuti
So, one thing I'm still a bit fuzzy on is the recommend granularity of commits, and I'm wondering if anyone can help me out. For example, let's say we're adding a new feature to a software application that's going to require two small updates to the code on 10 pages, what would the recommended

[git-users] Clarification Regarding Git Commit Granularity

2013-06-06 Thread Greg Chetcuti
One thing I'm still a bit fuzzy on is the recommended granularity of commits, and I'm wondering if anyone can help me out. For example, let's say we're adding a new feature to a software application that's going to require two small updates to the code on 10 pages, what would the recommended

Re: [git-users] Can Git do all of this?

2013-01-09 Thread Greg
, based upon your thorough reply, it appears that Git will do everything we need it to do (and more). And we will review the options for off-site secure repository backup to determine where the best cost/benefit will be for our organization. Thank you again for your counsel, Greg On Wednesday

Re: [git-users] Can Git do all of this?

2013-01-09 Thread Greg
Thank you again Konstantin for the detailed clarifications! We will carefully consider how secure our code needs to be and then review your recommendations. Greg On Wednesday, January 9, 2013 3:45:59 PM UTC-8, Konstantin Khomoutov wrote: On Wed, Jan 09, 2013 at 10:00:07AM -0800, Greg wrote

[git-users] Can Git do all of this?

2013-01-08 Thread Greg
team working out of our geographically distant homes on a multi-platform application written in several languages. At the risk of starting a holy war, any recommendations you might have are most welcome. Thanks in advance! Greg - 1. A general architecture as follows

[git-users] Updating a version file on post-commit

2011-04-28 Thread Greg Moser
So in my .git/hooks folder I have a file named post-commit that looks like this: #!/bin/sh rm version.txt -i git describe --tags version.txt Basically the idea being that after every commit, I write the git describe to a file in my repository called version.txt. This script works fine