dungnn / books

library documents for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# author: seteda
# if you want to commit large file (file have more than 50MB), install git lfs please
# 1 - download git-lfs in git-lfs-1.1.0 folder
# 2 - cd to git-lfs-1.1.0, run this command
sudo ./install.sh
# 3 - config for large file, ex if you want to commit file.psd that has more than 50 MB
git lfs track "*.psd"
# 4 - run 3 step normal as below description
git add file.psd
git commit -m "Add design file"
git push origin master

About

library documents for development


Languages

Language:HTML 67.3%Language:Java 19.7%Language:C++ 6.3%Language:ActionScript 3.1%Language:C 1.7%Language:JavaScript 1.1%Language:CSS 0.4%Language:Makefile 0.2%Language:Objective-C 0.1%Language:Shell 0.0%Language:PLpgSQL 0.0%Language:Perl 0.0%Language:Groovy 0.0%Language:Ruby 0.0%