From 601039a052f55ff2bdf08ae496ecc1661ddb1d9c Mon Sep 17 00:00:00 2001 From: Budi Setiawan Date: Thu, 27 Jul 2023 14:26:04 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f894d9f..3cf007e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ Git Commands | `git log --oneline` | View changes (briefly) | | `git diff [source branch] [target branch]` | Preview changes before merging | -### Refrensi +## Refrensi +============ - [stackoverflow.com](https://stackoverflow.com/questions/4639091/undo-git-add-dir): Undo “git add dir”?. - [github.com](https://github.com/joshnh/Git-Commands): Git-Commands.