Pipenv Cheat Sheet
Install pipenv
pip3 install pipenv
Activate
pipenv shell
pip3 install pipenv
pipenv shell
Note: Make sure you're current working directory is in the project directory.
$ composer install
$ sudo npm install -g hexo-cli
$ hexo -v
hexo-cli: 0.1.9
git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream