From 0dbb0615755e5f076136d4cf917766ed2b0aca70 Mon Sep 17 00:00:00 2001 From: radinpirouz Date: Tue, 13 Jan 2026 00:12:30 +0330 Subject: [PATCH] git doc: update information for some command ( not cleaned ) --- Code-Management/Git/main.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Code-Management/Git/main.md b/Code-Management/Git/main.md index a2e9d62..0faeaae 100644 --- a/Code-Management/Git/main.md +++ b/Code-Management/Git/main.md @@ -204,23 +204,23 @@ git revert HEAD ```bash git revert ``` - +show all branches ```bash git branch ``` - +show all branches but with datails ```bash git branch -v ``` - +delete target branch ```bash git branch -d ``` - +swith on target branch ```bash git checkout ``` - +create branch and switch on it ```bash git checkout -b ```