We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cb7ab commit 6a0d382Copy full SHA for 6a0d382
1 file changed
data/git.json
@@ -266,6 +266,10 @@
266
"definition": "ব্রাঞ্চ চেঞ্জ করতে",
267
"code": "git checkout [branch_name]"
268
},
269
+ {
270
+ "definition": "বর্তমান ব্রাঞ্চ থেকে পূর্বের ব্রাঞ্চ এ দ্রুত টগল করা",
271
+ "code": "git checkout -"
272
+ },
273
{
274
"definition": "ব্রাঞ্চ চেঞ্জ করতে(নতুন কমান্ড)",
275
"code": "git switch [branch_name]"
@@ -274,10 +278,6 @@
278
"definition": "ব্রাঞ্চ তৈরী এবং চেঞ্জ করা",
279
"code": "git checkout -b \"branch name\""
276
280
277
- {
- "definition": "বর্তমান ব্রাঞ্চ থেকে পূর্বের ব্রাঞ্চ এ দ্রুত টগল করা",
- "code": "git checkout -"
- },
281
282
"definition": "রিপোজিটরি/ব্রাঞ্চ রিনেম করা",
283
"code": "git branch -m branchname new_branchname OR git branch --move branchname new_branchname"
0 commit comments