Skip to content

Instantly share code, notes, and snippets.

View jeanbenitez's full-sized avatar
🇨🇴
Discovering 👨‍🚀

Jean Benitez jeanbenitez

🇨🇴
Discovering 👨‍🚀
View GitHub Profile
@jeanbenitez
jeanbenitez / conventional_commits.md
Created November 8, 2018 22:22 — forked from humatios/conventional_commits.md
How to Write a Git Commit Message

Conventional Commits

Summary

The commit message should be structured as follows:


<Emoji> <type>(<scope>): <subject>
|&lt;---- Using a Maximum Of 50 Characters ----&gt;|

My Windows 10 wouldn't recognize my phone. After using adb it now works. Here's how.

  • Connect your Android phone via USB
  • When it asks what to connect as, choose "Camera (PTP)"
  • Open Google Chrome and the webpage you want to test
  • Open Chrome Developer Tools and find the "Remote Devices" tab

Now, your phone might or might not appear in this tab.
On my OS X and Fedora, it did. On Windows I had to get Android Debug Bridge ("ADB"):