To turn off Amazon Kindle’s popular highlights on Android, do the following: Back out of your book to the main Kindle Screen Click the main menu option Click “Settings” under “Your Account” Scroll down to the “Books” section. Here you will find the option to disable popular highlights
Read More
If you’ve made a commit, but want to revert the commit and retain the file changes as unstaged, do the following: git reset --soft HEAD^ git reset HEAD
Read More
If you’re attempting to configure a Google Business App domain name for an email address alias and you’re running into this error: DNS server returned answer with no data Remember to setup the Google MX records after validating your domain name with Google. This is the next step in the Google -> Domains section for your new domain.
Read More
To list the commits of a single user from all branches, use the following command: git log --pretty=format:"%ad:%an:%d:%B" --date=short --reverse --all --since=2.months.ago --author=Anthony
Read More
Recent Comments