From 940ef0ff12ca8ca66172f324e8d9bc71ebad8b88 Mon Sep 17 00:00:00 2001 From: Christian Wibisono Date: Tue, 28 Jun 2022 18:33:28 +0700 Subject: [PATCH] add installation guide --- DATALOADER.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DATALOADER.md b/DATALOADER.md index fe142fea..8de77d93 100644 --- a/DATALOADER.md +++ b/DATALOADER.md @@ -192,6 +192,9 @@ Then, run the following commands to incorporate any new changes in the master br git fetch upstream git rebase upstream/master +Or you can install the pre-commit hooks to automatically pre-check before commit by: + + pre-commit install **Run these commands in your custom branch**. Push these changes to **your fork** with the following command: