Awesome List Updates on Jul 25, 2015

7 awesome lists updated today.

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

1. Awesome Cpp

Audio

2. Awesome Shell

Customization / Directory Navigation

3. Awesome R

R Development

4. Awesome Dataviz

JavaScript tools / Charting libraries

iOS tools / Misc

5. Awesome Electron

Articles / Other

6. Tips

Pick commits across branches using cherry-pick

git checkout <branch-name> && git cherry-pick <commit-ish>

Find out branches containing commit-hash

git branch -a --contains <commit-ish>

Alternatives:

git branch --contains <commit-ish>

7. Awesome Influxdb

Other tools / Hooks