Closed SarjuHansaliya closed 8 years ago
@kurtextrem Thanks. Is it good now?
@kurtextrem thanks :+1:
@SarjuHansaliya There is one tip equal than yours, take a look here. What about merge both?
Ohh Sure , We should merge both. Sorry I haven't seen that post earlier
@SarjuHansaliya Just make changes on that one and submit a new PR.
Can you help me ? I don't see any "Create Pull Request" Button.
Do I have to close this PR ?
@SarjuHansaliya I suggest you leave this PR alone for now, just start a new one on the other tip. Then when you're done submitting that PR, come back here and close this one.
@gromgit I am new to git , so I am little bit confused. I have made changes to tip 13 in my local , then I push it to my forked repo on github. Now those commits are listed here , why so ?
Even I can't see new PR button ?
Can you guide me?
@SarjuHansaliya Ah, I didn't notice the problem earlier. GitHub tracks PR content by branch; since all your changes were on the main gh-pages
branch, what you ended up doing was combine all your changes (even for other tips) into this PR instead.
The cleanest and most reliable way to resolve this is to close this PR and reset your own state:
Going forward, you really should create a separate branch for each PR. Here's what I do:
git checkout -b tipXX-update gh-pages
git push upstream tipXX-update
@gromgit Oh thanks man. Now I got the problem , It makes me clear now.
So I am closing this PR. Will submit new.
Measure Operation time using
console
objectTL;DR;
Measure Operation time using
console
objectUsername
SarjuHansaliya