Skip to content

Commit 6a0d382

Browse files
committed
Updated the sequence
Moved the toggle command after the switch command.
1 parent d8cb7ab commit 6a0d382

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/git.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@
266266
"definition": "ব্রাঞ্চ চেঞ্জ করতে",
267267
"code": "git checkout [branch_name]"
268268
},
269+
{
270+
"definition": "বর্তমান ব্রাঞ্চ থেকে পূর্বের ব্রাঞ্চ এ দ্রুত টগল করা",
271+
"code": "git checkout -"
272+
},
269273
{
270274
"definition": "ব্রাঞ্চ চেঞ্জ করতে(নতুন কমান্ড)",
271275
"code": "git switch [branch_name]"
@@ -274,10 +278,6 @@
274278
"definition": "ব্রাঞ্চ তৈরী এবং চেঞ্জ করা",
275279
"code": "git checkout -b \"branch name\""
276280
},
277-
{
278-
"definition": "বর্তমান ব্রাঞ্চ থেকে পূর্বের ব্রাঞ্চ এ দ্রুত টগল করা",
279-
"code": "git checkout -"
280-
},
281281
{
282282
"definition": "রিপোজিটরি/ব্রাঞ্চ রিনেম করা",
283283
"code": "git branch -m branchname new_branchname OR git branch --move branchname new_branchname"

0 commit comments

Comments
 (0)