Skip to content

Instantly share code, notes, and snippets.

View WagnerMoreira's full-sized avatar

Wagner Moreira WagnerMoreira

View GitHub Profile

How to fix 'Could not restore untracked files from stash' issue

Convert a stash to a temporary branch

git stash branch STASHTEMPBRANCH

Apply your stash

git stash apply

docker ps -aq && docker stop $(docker ps -aq) && docker rm $(docker ps -aq) && docker rmi $(docker images -q)

@WagnerMoreira
WagnerMoreira / cool_curl.md
Last active April 17, 2018 13:53
Cool Addresses to try Curl

curl wttr.in

curl wttr.in/~city

curl wttr.in/moon

curl cad.rate.sx

cal calendar

@WagnerMoreira
WagnerMoreira / introrx.md
Created January 9, 2018 15:38 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@WagnerMoreira
WagnerMoreira / angular-universal.md
Last active January 12, 2018 02:02
Angular Universal