-
Notifications
You must be signed in to change notification settings - Fork 8
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
Git workflow #37
Comments
@ShaunHadden, can you commit your various stuff to
That way there's some protection against errors & changes that we don't notice. If they're not nice and tidy, I would suggest moving them to a different folder ( I would like notebooks in Zephyr to be:
I'm doing some cleanup on my end too :) |
Hey @bsmithyman , When attempting to set up this PR it says: There isn't anything to compare. dev is already up-to-date with all commits from ani_testing. Does this mean ani_testing is in the clear to be closed? Let me know, |
Yep, at least as far as what's on the server. The question is whether there's anything left to push from your computer (charon). If not, we may as well delete the branch and start working off of |
Upon performing a 'git diff', the only differences to source code are white space and/or comments. to be certain, I reverted any changes on my local machine and re-ran the 'test fullwv' script and all 3 still match up (I think we concluded that the only concrete change required was the .conjugate() addition to the source term in the extend.py extension?) Therefore, I believe you can close the branch! |
Perfect, thanks Shaun. |
Hi @ShaunHadden, @gerhardpratt.
I've created a branch called
dev
, and it now has the multiscale code merged in. It seems to work okay.From now on, I would like to restrict how we merge to
master
. We should do all of our integration work on thedev
branch, and then do a well-tested & discussed pull request fromdev
tomaster
when we're 100% convinced that everything works.master
, we should do a pull request from a branch calledfix/nameOfBug
tomaster
, and then merge frommaster
todev
.master
, we should do a pull request or direct fix ondev
.dev
, ormaster
, but always do the merge PR ondev
The text was updated successfully, but these errors were encountered: