Skip to content

Commit d8cb7ab

Browse files
committed
Added git command to toggle between branches
1 parent 223394b commit d8cb7ab

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
@@ -274,6 +274,10 @@
274274
"definition": "ব্রাঞ্চ তৈরী এবং চেঞ্জ করা",
275275
"code": "git checkout -b \"branch name\""
276276
},
277+
{
278+
"definition": "বর্তমান ব্রাঞ্চ থেকে পূর্বের ব্রাঞ্চ এ দ্রুত টগল করা",
279+
"code": "git checkout -"
280+
},
277281
{
278282
"definition": "রিপোজিটরি/ব্রাঞ্চ রিনেম করা",
279283
"code": "git branch -m branchname new_branchname OR git branch --move branchname new_branchname"

0 commit comments

Comments
 (0)