Skip to content

Updated wording for autoIndexId option (5914) #2575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

steveren
Copy link
Contributor

@kay-kim RFM for master

My very first pull request!

@kay-kim
Copy link
Contributor

kay-kim commented Mar 25, 2016

Hey @steveren -- the commits include couple for the $indexStats change as well

@atsansone
Copy link
Contributor

@kay-kim : I'm helping fix that.

@kay-kim
Copy link
Contributor

kay-kim commented Mar 25, 2016

Okay. I think this is residual effect of not doing git checkout -b upstream/master (everyone makes this mistake which means they accidentally make a branch of whatever local working branch they're on and picking up other commits).

cc: @atsansone @steveren

In your .bashrc or .bash_profile, you can put

parse_git_branch() {
  git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
PS1="\w\$(parse_git_branch) $ "

so that if you're on a git branch, it'll tell you what branch you're on.

@atsansone
Copy link
Contributor

@kay-kim : You have now explained why I use zsh and oh-my-zsh: http://ohmyz.sh/

@kay-kim
Copy link
Contributor

kay-kim commented Mar 26, 2016

merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants