-
Notifications
You must be signed in to change notification settings - Fork 43
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
how do you create a branch on the original repo? #68
Comments
@ndrean you should have git clone [email protected]:dwyl/elixir-auth-google.git && cd elixir-auth-google
git checkout -b 'one-tap-login-#53' Make your desired changes ... git commit -am "add one tap login ref #53"
git push Thanks. 👌 |
Yes, this is ok! I forked and have a branch in my repo. ....but If I want to make a pull request, there is no other branch than "main" on dwyl/elixir-auth-google |
@ndrean ic you already have a fork, you could just change/update the Git remote url to the original repo and then push the branch directly. Like I said, you have write access. 👌🏻 |
ok
but if I want a reviewer, I need to make a pull request from my fork... humm ok |
@ndrean this diagram makes sense. 👌 |
Ok thanks for reassuring me. The missing piece is the merge.... |
Everything is in the title :)
I want to propose a branch for Google One tap.
The text was updated successfully, but these errors were encountered: