Awesome List Updates on Jul 20 - Jul 26, 2015

31 awesome lists updated this week.

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

1. Awesome AutoHotkey

Websites / Web

2. Awesome Okr

Software

3. Awesome Polymer

Articles

Videos

4. Awesome Ctf

Reversing

Wargames

5. Awesome Elixir

Images

ORM and Datamapping

6. Awesome Ruby

HTTP Clients and tools

7. Awesome Ciandcd

Online Build System

8. Awesome Gif

General Tools

Scripts / High quality GIF

Scripts / YouTube video to GIF

9. Scalable Css Reading List

Talks

10. Awesome Flexbox

Presentations / Videos

11. Awesome Material

Icons, Fonts and Colors

Components

CSS

JS

SASS

WordPress

Other

12. Awesome IoT Hybrid

Hybrid Mobile / Resources-websites-projects

13. Awesome Backbone

Examples and boilerplates

14. Engineering Blogs

Individuals/Group Contributors / M individuals

Individuals/Group Contributors / P individuals

15. Awesome Data Engineering

Monitoring / Prometheus

16. Awesome Deep Learning

Table of Contents / Papers

Researchers / Websites

Researchers / Datasets

Researchers / Frameworks

Researchers / Miscellaneous

17. Awesome Perl

DevOps Tools / NoSQL Databases

18. Tips

git-tips

Collection of git-tips, want to add your tips? Checkout contributing.md

English | 中文 (⭐15k) | Русский (⭐599) | 한국어 (⭐989) | Tiếng Việt (⭐22) | 日本語 (⭐226) | नेपाली (⭐0) | Polski (⭐5) | فارسی (⭐0)

Tools:

P.S: All these commands are tested on git version 2.7.4 (Apple Git-66).

Sync with remote, overwrite local changes

git fetch origin && git reset --hard origin/master && git clean -f -d

List of all files till a commit

git ls-tree --name-only -r <commit-ish>

Git reset first commit

git update-ref -d HEAD

List all the conflicted files

git diff --name-only --diff-filter=U

List all branches that are already merged into master

git branch --merged master

List all branches and their upstreams, as well as last commit on branch

git branch -vv

Track upstream branch

git branch -u origin/mybranch

Delete local branch

git branch -d <local_branchname>

Changing a remote's URL

git remote set-url origin <URL>

Get list of all remote references

git remote

Alternatives:

git remote show

Get list of all local and remote branches

git branch -a

Get only remote branches

git branch -r

Stage parts of a changed file, instead of the entire file

git add -p

Get git bash completion

curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc

Prevent auto replacing LF with CRLF

git config --global core.autocrlf false

19. Awesome Cpp

Game Engine

Networking

20. Awesome Geek Podcasts

In English

In Portuguese

21. Awesome Dropwizard

Open Source / Eclipse

Guides / Deployment

Videos / Deployment

22. Awesome Groovy

File System Utilities

23. Awesome Ocaml

Online Courses

24. Awesome Html5

Development APIs / File

25. Awesome Javascript

Misc / Other

26. Awesome Dotnet

Misc

Testing

27. Awesome Devenv

Git / Extensions

28. Awesome Cyclejs

Learn / Videos

29. Awesome Opengl

Talks

Websites

30. Awesome Opensource Documents

Programming Languages / CSS

Programming Languages / Ruby

Programming Languages / Forth

31. Amas

Ask these people anything!