-
Notifications
You must be signed in to change notification settings - Fork 212
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
Custom labels #137
base: master
Are you sure you want to change the base?
Custom labels #137
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 "[email protected]"
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