Awesome List Updates on Aug 07, 2015

9 awesome lists updated today.

🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor

1. Awesome Play1

Misc

2. Awesome Knockout

Examples

3. Awesome Geek Podcasts

In English

In Spanish

4. FOSS for Dev

Code Quality

5. Awesome Javascript

Loaders

6. Awesome Salesforce

Table of Contents / Salesforce Developer Free Edition Signup

7. Awesome Polymer

Videos

8. Tips

Saving current state of tracked files without commiting

git stash

Alternatives:

git stash push

Saving current state including untracked files

git stash -u

Alternatives:

git stash push -u
git stash push --include-untracked

9. Awesome Backbone

Tutorials and articles