quinlan-lab / pathoscore

pathoscore evaluates variant pathogenicity tools and scores.
MIT License
21 stars 8 forks source link

Eichler de novos #15

Closed jimhavrilla closed 7 years ago

jimhavrilla commented 7 years ago

I don't get why those extra commits are showing. After everything you showed me all I did was pull from your repo into master, then make a new branch eichler, and add the code in that branch, and commit in that branch and push in that branch.

brentp commented 7 years ago

this looks great. Can you squash this. Here is the way you develop a new feature:

git pull origin master
git checkout -b feature
# code
git add paht/to/new/stuff
git commit
git push me feature
jimhavrilla commented 7 years ago

exactly what i did.

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Tue, Jul 18, 2017 at 2:21 PM, Brent Pedersen - Bioinformatics < notifications@github.com> wrote:

this looks great. Can you squash this. Here is the way you develop a new feature:

git pull origin master git checkout -b feature

code

git add paht/to/new/stuff git commit git push me feature

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/15#issuecomment-316185840, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BM1tSSEbfyTFKabqd5_1zCq2K3hyks5sPRPmgaJpZM4Ob3AN .