AugustusWillisWang / WWorkspace

Portable workspace for personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WWorkspace

Portable develop environment for personal use.

Usage:

Add this to your repository

cd /path/to/your/git/repo
git submodule add https://github.com/AugustusWillisWang/WWorkspace
git add -A
git push

Init this environment

cd /path/to/your/git/repo
git submodule init
git submodule update

Clone a repository with this environment

git clone <repository> --recursive 

Update environment

git submodule update --remote

About

Portable workspace for personal use.

License:Do What The F*ck You Want To Public License


Languages

Language:Batchfile 60.8%Language:Shell 39.2%