Re: [git-users] Dark theme / Night mode

2020-09-09 Thread rhkramer
On Tuesday, September 08, 2020 04:31:29 PM Michael wrote: > Ignoring the issue for the moment that "git" is not "github", the question > is, what is this "health" issue of light mode? +1 Thank you! Your post builds on the rant I've wanted to make whenever I hear someone make a similar request

Re: [git-users] How to track changes to db

2020-08-06 Thread rhkramer
On Wednesday, August 05, 2020 07:43:53 PM SJW wrote: > On Wednesday, 5 August 2020 at 23:15:49 UTC+10 rhkr...@gmail.com wrote: > > Interesting puzzle ;-) > > > > Do you create one file named feature.txt, or do you create a different > > file for > > each feature with a unique name? > > > > (I'm

Re: [git-users] How to track changes to db

2020-08-05 Thread rhkramer
On Tuesday, August 04, 2020 10:34:59 PM SJW wrote: > I am trying to find a good way to track changes to the db but havn't got it > down pat yet. > > What I am doing > > ``` > git branch feature > git checkout feature > ``` > > modify code and add/modify database tables > ... > create a txt file

Re: [git-users] Re: How to make git work!

2020-05-06 Thread rhkramer
On Wednesday, May 06, 2020 03:06:12 AM SJW wrote: > In the grand scheme of things - it probably doesn't matter but from a > cleanliness point of view, I'd prefer to not have to commit comment > changes... From the peanut gallery: if you don't commit comment changes, how would you expect them to

Re: [git-users] [offtopic] new mailing list for programming and the state-of-the-art.

2019-09-06 Thread rhkramer
I am interested in signing up for that mail list -- please send me the URL for signing up. I'd also suggest you post it on this list -- one time should not be a major spamming problem. On Thursday, September 05, 2019 04:43:45 PM theProphet wrote: > Sorry for the bother, but there's a new

Re: [git-users] Grouping of git repos

2018-12-14 Thread rhkramer
On Friday, December 14, 2018 12:35:27 PM Brett Walker wrote: > I have 120+ Visual Studio solutions and 320+ databases (using Red Gate > Source Control) What is a Visual Studio solutions (i'm too lazy at the moment to google that) -- is that a program / piece of software, part of a program, or

Re: [git-users] Third way to create a bare repository?

2018-02-24 Thread rhkramer
Mark (and all), Thanks very much for your help! I think I've got it working now, and reviewing what you wrote helped me realize what I had missed, basically the step of "naming" the bare / remote repository with =git remote add=. I thought I'd record (on the list) more precisely what I

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread rhkramer
On Wednesday, February 21, 2018 11:19:52 AM Duane Knesek wrote: > Is that only for Windows? > > If it runs in Linux, then yes that is exactly what I'd need. I guess I'd divide that into two questions (assuming my understanding is correct)--my questions would be: * can the GVFS "service" run

[git-users] Third way to create a bare repository?

2018-02-12 Thread rhkramer
I'm a newbie to git, but from what I've learned so far, I want to have both a working git repository and a "bare" git repository for some development I want to do. I've seen two ways to create a bare repository (iirc, init --bare ... and clone --bare ...) , and I've had a few problems using

[git-users] Maintaining two (related) projects in one git repository at different revision levels

2018-02-12 Thread rhkramer
Background: I am a newbie (mostly) to C and C++ (and GCC, and git) I am preparing to do some development on the Scintilla project (which is an editor control / widget / whatever). There is a companion project named Scite (which is a word processor, originally developed as a platform for

Re: [git-users] reverting back to earlier version to find a bug

2017-12-10 Thread rhkramer
On Saturday, December 09, 2017 11:32:32 PM Russ P wrote: > How would it be implemented? I suppose it would be done by the build > system. I am using Scala and sbt. Could sbt be made to automatically do a > commit every time it builds successfully? I don't see why not. Heck, maybe > it has that

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

2017-10-26 Thread rhkramer
It may be helpful to add that the (hidden) .git directory is a subdirectory of the project directory. (Which seems to be true in my experience--maybe that's not always the case?) On Thursday, October 26, 2017 03:55:23 PM Philip Oakley wrote: > The ".git" sub-directory that stores the whole

Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread rhkramer
On Wednesday, September 27, 2017 01:56:40 PM Konstantin Khomoutov wrote: > On Wed, Sep 27, 2017 at 12:52:34PM -0400, Paul Smith wrote: > > Hi all. I'm wondering if anyone has a script or something that will > > allow me to create a new repository which recreates the commit > > structure

Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread rhkramer
On Wednesday, September 27, 2017 12:52:34 PM Paul Smith wrote: > Hi all. I'm wondering if anyone has a script or something that will > allow me to create a new repository which recreates the commit > structure (parent/child, branches, merges) of an existing repository, > but with obfuscated

Re: [git-users] keeping two branches with partially different history in sync

2017-05-17 Thread rhkramer
I see no evidence your messages are being deleted from this list. Are you referring to something else? You do know that (for some reason I don't know) messages that you send to most lists are either not sent back to you or, at least, are not displayed in typical mail clients? On Wednesday,

Re: [git-users] How to generate those horizontal history graphs?

2016-10-23 Thread rhkramer
On Sunday, October 23, 2016 07:21:42 AM rhkra...@gmail.com wrote: > (I'm not the op, and) I'm still learning git, but yesterday I was skimming > (for another reason) man git log, and I saw some ASCII art diagrams--at the > time, I assumed they could be generated by git. I haven't gone back to >

Re: [git-users] How to generate those horizontal history graphs?

2016-10-23 Thread rhkramer
On Sunday, October 23, 2016 05:26:02 AM Philip Oakley wrote: > The ascii-art is done using the technique / tool of keyboard, hand/eye > coordination and mono-spaced editor ;-) [Unfortunately] > > As an aside, you will notice that most of the horizontal (left to right > history) graphs are not of

[git-users] Re: Using git in an unusual way, need advice

2016-10-18 Thread rhkramer
The other post, previously sent to the wrong list: On Sunday, October 16, 2016 09:39:41 PM rhkra...@gmail.com wrote: > I am probably using git in an unusual way. ... > But, I'm not sure how to handle further updates after I've made local > changes to the source code. > > The one approach I can

[git-users] Using git in an unusual way, need advice

2016-10-18 Thread rhkramer
I sent this and the next email to another list and didn't get any response-- I've partially resolved my issue (see next post), and I'm also beginning to understand that branches might also solve my issue (but patches see more straightforward. I'm resending it here as I welcome comments and

[git-users] Re: Using git in an unusual way, need advice

2016-10-17 Thread rhkramer
On Sunday, October 16, 2016 09:39:41 PM rhkra...@gmail.com wrote: > I am probably using git in an unusual way. ... > But, I'm not sure how to handle further updates after I've made local > changes to the source code. > > The one approach I can think of is to create a patch file before I

Re: [git-users] Newbie: How to get my working tree back using git checkout?

2016-08-26 Thread rhkramer
On Friday, August 26, 2016 04:25:20 PM Dale R. Worley wrote: > rh kramer writes: > > I've tried a number of variations, but I'm not getting the software (I > > guess git would call it the working tree) back. Some of the variations > > (all run from within sciscint_git): > >