On Tue, 13 Jun 2017 14:15:23 -0500 "Edward K. Ream" <[email protected]> wrote: [snip] > This is a strong argument. So a branch is best practice when a > reversion is possible, or when an unrelated change must be made. > Neither is true just yet. Perhaps later today ;-) > > I dislike branches because I forget which branch I'm on, which can > lead to complications. Having said that, I'm convinced by what you > say.
In bash (Unix or Windows, if you use git bash in Windows), you can do this: https://git-scm.com/book/uz/v2/Git-in-Other-Environments-Git-in-Bash to get the current branch named in the prompt (the first part is about git aware tab completion, then comes the prompt part). Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
