Skip to content

Commit d7ae08b

Browse files
authored
git added new command for branch switch.
1 parent 1021e60 commit d7ae08b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/git.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@
265265
"definition":"ব্রাঞ্চ চেঞ্জ করতে",
266266
"code":"git checkout [branch_name]"
267267
},
268+
{
269+
"definition":"ব্রাঞ্চ চেঞ্জ করতে(নতুন কমান্ড)",
270+
"code":"git switch [branch_name]"
271+
},
268272
{
269273
"definition":"ব্রাঞ্চ তৈরী এবং চেঞ্জ করা",
270274
"code":"git checkout -b \"branch name\""

0 commit comments

Comments
 (0)