FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

Associations #140

Closed danneedham closed 6 years ago

danneedham commented 6 years ago

Assignee Tasks

Guidelines

Please add a description of this Pull Request's motivation, scope, outstanding issues or potential alternatives, reasoning behind the current solution, and any other relevant information for posterity.


Your PR Notes Here

mullaney commented 6 years ago

If this is your grace shopper project, you should have created a separate github organization. You should have a copy of this repo there and be making pull requests to that repo, not Fullstack's repo. Check with your Fellow or instructor if you have questions.

danneedham commented 6 years ago

We are having an issue with our repo defaulting our base branch to the fullstack one instead of the one in our organization when we make pull requests. Sorry for all the accidental requests we’ve made when we’ve forgotten to switch the branch, and we will look into why it is defaulting that way tomorrow.

On Oct 31, 2018, at 4:04 PM, Kevin Kelly notifications@github.com wrote:

If this is your grace shopper project, you should have created a separate github organization. You should have a copy of this repo there and be making pull requests to that repo, not Fullstack's repo. Check with your Fellow or instructor if you have questions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mullaney commented 6 years ago

I would check your origin and the urls associated with it. Go to your repo and try using git remote show origin and look at the Fetch and Push urls.