[git-users] Should help.autocorrect be on by default?

2021-09-29 Thread Brian Bartels
This would save developers precious inner loop time. I looked at the code and it already handles cases where the environment isn't interactive. So this should be a pretty minor configuration change. Let me know what you think, Brian -- You received this message because you are subscribed

[git-users] Re: Understanding Cherry-Pick

2014-09-02 Thread Brian Wall
is a great visual tool, but now I'd like to see a tangible example, because this use case is powerful if I can get it to work! Thanks again, Brian -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop

[git-users] Understanding Cherry-Pick

2014-08-27 Thread Brian Wall
using git on Windows 7* Thanks! Brian -- 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. For more options, visit https

[git-users] Help me understand cherry-pick

2014-08-27 Thread Brian Wall
git commit -m L4 git checkout workbranch *NOTE: I'm using git on Windows 7* Thanks! Brian -- 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

[git-users] Git Repository setup and Workflow questions

2014-01-10 Thread Rev. Brian O'keefe
I'm trying to wrap my head around Git and I'm really hoping this is the place to go to to do that. I'm going to be working with an ESRI Flex Map system. I will have one server where the web files reside (html, xml, png, swf, js, etc). Then there will be my computer. Please correct me if I am

[git-users] git-svn doesn't see updates that it fetched, and says nothing to rebase

2013-07-22 Thread Brian Dukes
I had a machine which was setup to periodically pull from an SVN endpoint (a Codeplex SVN bridge to TFS) and push to GitHub. The machine had an issue and we had to rebuild a new one. We moved the repository to the new machine, and ran git svn fetch, which took a few hours to run (the project

[git-users] Do commits remember branch names?

2013-03-21 Thread Brian Jones
In out of the box git, do commits remember the name of the branch that created them? If so, what command can I use to see that information? My assumption is that commits do not record branch names but I want confirmation. Brian -- You received this message because you are subscribed

Re: [git-users] Can git handle huge repository

2012-12-03 Thread Brian Kotek
Technically, Git has no maximum limit on repository size. In reality, a 20 GB repo is probably way too large. You'd be better off breaking it up into separate repositories. It might also be worth just doing a sanity check on the contents of the repository. I've worked on some very large projects

[git-users] Fixing a shared repository (bad merge pushed and pulled to other local repos)

2012-11-21 Thread Brian Kotek
? Is there a better way to deal with this sort of situation? I realize that one really shouldn't get into this situation in the first place, but if it nonetheless happens, how do you recover? Any advice appreciated. Thanks, Brian --

Re: [git-users] Could not read from remote repository

2012-11-07 Thread Paquin, Brian
Konstantin, Thank you! That was exactly the problem, and the links you provided were very helpful as well!! Thanks again, Brian :) _ Brian T. Paquin, ACSA, ACMT, ACTC Yale University Department of Pathology brian.paq...@yale.edu (203) 785-3691 On 11

Re: [git-users] Re: Error: dyld: unknown required load command 0x80000022

2012-07-25 Thread Brian Dant
?name=git-1.7.5.4-x86_64-leopard.dmgcan=2 http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.5.4-x86_64-leopard.dmgcan=2 On Tue, Jul 17, 2012 at 5:33 AM, Thomas Ferris Nicolaisen tfn...@gmail.comwrote: On Monday, July 16, 2012 6:02:07 PM UTC+2, Brian Dant wrote: I've

[git-users] Error: dyld: unknown required load command 0x80000022

2012-07-16 Thread Brian Dant
I've installed git on a Mac running OS X 10.5.8, but whenever I run any git commands, I get the error listed in the subject of this post. I downloaded the file from here: http://git-scm.com/downloads. The download seemed to work fine. The file I have is

[git-users] How do I dissalow history rewrite in a given repo?

2012-05-15 Thread Brian Jones
How can I implement a policy for select git repos that prohibits any action that would rewrite history? This includes push, pull, or self-inflicted wounds by those working in the repo directly. I've found...

[git-users] Re: squash a branched branch?

2011-06-23 Thread Brian
Awesome. I think I was hoping for something a little more auto-magic (that would improve my understanding), but this completely works. And is easy. And will completely solve my problem. Thanks! On Jun 22, 2:01 am, Jeenu gro...@jeenuv.otherinbox.com wrote: This is _just one_ way of doing it:

[git-users] squash a branched branch?

2011-06-21 Thread Brian
Hi, I was wondering if it's possible to squash a branch when I have another branch coming off. To borrow from the manual modify their picture a bit, this is basically what I want to happen. H---I anotherTopic / A---B---C topic /

[git-users] Re: Git on Android

2011-04-10 Thread Brian
Could you point me to where this port is? I can't find anything about it. Thanks in advanced. Brian On Apr 4, 7:42 am, Sebastián Ventura lome...@gmail.com wrote: Thank you all for your answers... but I'm not sure of doing this idea any more because someone is already finishing this port