[git-users] Re: Branching Questions

2015-03-03 Thread Michael J. Mahony
Thanksthat helped me understand this process a lot better. Truly appreciate it. You're right, the first response fixed the issue. I just wondered if there was a better way to get the branch to begin with, but I suppose since that way works it is the way I should do it. On Friday, February

[git-users] Git workflow with MySQL scripts

2015-03-03 Thread Michael Sheaver
I am using MySQL on my local Windows laptop to compile data and produce reports for my enterprise related to PIV issuance. I have a folder named sqlScripts where I keep all of the script files. I am using Git and SourceTree to manage versioning of these scripts, but I am apparently not doing

Re: [git-users] Newbie in Git

2015-03-03 Thread Konstantin Khomoutov
On Tue, 3 Mar 2015 06:50:45 -0800 (PST) Prudhvee Narasimha Sadha prudhvi.s...@gmail.com wrote: What is your intent when you call git -C '' cmd ? I mean, what this command is supposed to do? Please describe this as precise as possible. -- You received this message because you are subscribed

[git-users] Newbie in Git

2015-03-03 Thread Prudhvee Narasimha Sadha
Hi, I'm a newbie to git. I started working on git. I cloned the git repository and started hacking it. I need a suggestion on how to start working on the micro project Make git -C '' cmd not to barf. Thank you for your suggestion in advance. Regards,

Re: [git-users] Git workflow with MySQL scripts

2015-03-03 Thread Konstantin Khomoutov
On Tue, 3 Mar 2015 07:17:31 -0800 (PST) Michael Sheaver mshea...@me.com wrote: I am using MySQL on my local Windows laptop to compile data and produce reports for my enterprise related to PIV issuance. [...] The challenge that I have is that although all of these scripts loosely relate to the

Re: [git-users] Git workflow with MySQL scripts

2015-03-03 Thread Michael Sheaver
Konstantin, Many thanks for your assistance here! Like you, I prefer to keep things simple and not use branches for single-file scenarios like these scripts. I usually use the extended comments section of the commit comment to include a brief synopsis of the changes in the commit. I wonder if