From d7ae08b1e0b12f8c774809301a29d0ae86571a65 Mon Sep 17 00:00:00 2001 From: Kamal Hosen Date: Wed, 30 Mar 2022 18:33:50 +0600 Subject: [PATCH] git added new command for branch switch. --- data/git.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/git.json b/data/git.json index 25aeb5615..608c211ca 100644 --- a/data/git.json +++ b/data/git.json @@ -265,6 +265,10 @@ "definition":"ব্রাঞ্চ চেঞ্জ করতে", "code":"git checkout [branch_name]" }, + { + "definition":"ব্রাঞ্চ চেঞ্জ করতে(নতুন কমান্ড)", + "code":"git switch [branch_name]" + }, { "definition":"ব্রাঞ্চ তৈরী এবং চেঞ্জ করা", "code":"git checkout -b \"branch name\""