gladstone-institutes / MonkeyPipeline

0 stars 0 forks source link

pushing changes to monkey github #5

Open staracode opened 7 years ago

staracode commented 7 years ago

Github thinks that reubenthomas pushed changes to money for the branch "dispersion_fix" and it was me who did that! Reuben!!!!! Always taking credit!

staracode commented 7 years ago

Also says he did it 28 days ago so he owns a time machine too!

staracode commented 7 years ago

Also it says that my branch and master are identical. What am I doing wrong here?

staracode commented 7 years ago

git clone https://github.com/gladstone-institutes/MonkeyPipeline.git git remote -v #looks good git branch fix_dispersion git checkout fix_dispersion git commit -m "calculate dispersions differently with replicate info" git push origin fix_dispersion

danfulop commented 6 years ago

@staracode I'm not 100% sure if your fix_dispersion branch was tracking fix_dispersion or master in remote (GitHub). So, when you do git push, it might've been pushing to origin/master instead of origin/fix_dispersion.

BTW, where is that clone of Monkey? ...i.e. you own personal/local clone that you used for implementing this fix/feature? I'm working on cleaning up the Monkey stuff right now, so it'd be useful for tying up any lose ends.