Skip to content

Commit d453801

Browse files
authored
Merge pull request #923 from jaiedsabid/git-toggle-between-branches
Added git command for toggle between branches
2 parents 223394b + 6a0d382 commit d453801

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
@@ -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]"

0 commit comments

Comments
 (0)