Conversation
|
Cool! Can you fix the username of the commiter? There is 'boky' but your github account name is 'boky8'. |
|
I'd love to, but I'm kind of new to git and don't really know how. I did "git config On Tue, Oct 15, 2013 at 5:53 PM, Marc J. Schmidt
|
|
Boky, you need to setup in your environment the same email as you have used in github. https://help.github.com/articles/setting-your-email-in-git git config --global user.email "me@here.com"I guess after that a Can you please squad all commits to one commit (especially to remove those 'merge' commits). |
added description of new settings options
|
Is this it? |
|
Unfortunately not. Now we have 8 commits in this PR. :P |
|
But the name is now correct. |
|
Great. Now I just need to figure out how to squash these commits. I did git rebase -i, git commit amend, git push, but I guess that's not it. B
|
|
Marc sent me to this site when I was having an issue. http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html Hope it helps! |
Added keepInViewport option
added fix for chrome on android
Hi,
please find attached a few changes (with examples in index.html) for better custom label handling. The changes basically allow you to:
Cheers,
B