-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change default initial branch to match github #60
Conversation
d0a2108
to
f776c84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me it still follows the ~/.gitconfig
's defaultBranch
@rohnsha0 Yes, that is my goal: use |
ummm, to my surprise. When I removed the |
I have no idea how to run a local checkout of this branch to verify it works. It's not covered in the README, and I lack familiarity with the tooling. @davisagli can you clue me in? |
Co-authored-by: Steve Piercy <web@stevepiercy.com>
@stevepiercy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@davisagli FTR yesterday after |
This might be a new issue, but I tried this:
I expected |
@stevepiercy not new, you just ran into #47 |
Confirming the change works with $ git status
On branch oogah-boogah ...and without. $ git status
On branch main So the change works for me, too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to add a commit for the README, as I mentioned in #60 (comment), but I won't hold this up for merging. Thank you!
README snippet added in c499c51 |
Thanks @stevepiercy |
Fixes #59
Tested on my machine with and without
init.defaultBranch
set in ~/.gitconfig