From 02486180a50a047c0652043ca074a76caa6f456c Mon Sep 17 00:00:00 2001 From: Rian Budi Setiawan Date: Tue, 1 Aug 2023 13:44:34 +0700 Subject: [PATCH] update --- prety.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/prety.md b/prety.md index b5eec1e..0585d53 100644 --- a/prety.md +++ b/prety.md @@ -1,3 +1,56 @@ +## Drop down +
+Title +contex + +| Command | Description | +| --- | --- | +| git status | List all new or modified files | +| git diff | Show file differences that haven't been staged | + +
+ + + +``````bash +
+Title +contex + +| Command | Description | +| --- | --- | +| git status | List all new or modified files | +| git diff | Show file differences that haven't been staged | + +
+`````` +--- +-
+ Title + contex + + | Command | Description | + | --- | --- | + | git status | List all new or modified files | + | git diff | Show file differences that haven't been staged | + +
+ +``````bash +-
+ Title + contex + + | Command | Description | + | --- | --- | + | git status | List all new or modified files | + | git diff | Show file differences that haven't been staged | + +
+ +`````` +--- + ## Basic Table | Command | Description |