Short link: www.bit.ly/js-courses-list (NB: if you click it from this document recursion may occur :) )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install /home/puzankov/ui/node_modules/png-img | |
> node-gyp rebuild | |
make: Entering directory `/home/puzankov/ui/node_modules/png-img/build' | |
CC(target) Release/obj.target/libpng/third_party/libpng/png.o | |
CC(target) Release/obj.target/libpng/third_party/libpng/pngerror.o | |
CC(target) Release/obj.target/libpng/third_party/libpng/pngget.o | |
CC(target) Release/obj.target/libpng/third_party/libpng/pngmem.o | |
CC(target) Release/obj.target/libpng/third_party/libpng/pngpread.o | |
CC(target) Release/obj.target/libpng/third_party/libpng/pngread.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Sergey Puzankov | |
email = [email protected] | |
[alias] | |
st = status | |
b = branch | |
ci = commit -a | |
co = checkout | |
prom = pull --rebase origin master | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit |