Skip to content

Instantly share code, notes, and snippets.

View yusupscopes's full-sized avatar

Yusup Maulana yusupscopes

  • Depok, Jawa Barat
View GitHub Profile

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@yusupscopes
yusupscopes / useHexo.md
Created May 4, 2019 11:06 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
@yusupscopes
yusupscopes / things_todo_after_clone_laravel.md
Last active February 3, 2019 15:15
Things Todo After Clone Laravel Project From Remote Repository

Things Todo After Clone Laravel Project From Remote Repository

Type the command below:

Note: Make sure you're current working directory is in the project directory.

Install dependency

$ composer install

Copy example of environment variable file

@yusupscopes
yusupscopes / pipenv_cheat_sheet.md
Created December 27, 2018 14:09 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell