Skip to content

Commit 9023598

Browse files
committed
add command for fork repository
1 parent 089148f commit 9023598

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

data/git.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,15 @@
125125
{
126126
"definition": "Repository থেকে নতুন চেঞ্জ গুলো pull করা",
127127
"code": "git pull"
128-
}
128+
},
129+
{
130+
"definition": "Fork Repository ক্ষেত্রে upstream রিমোট কনফিগার করা",
131+
"code": "git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git"
132+
},
133+
{
134+
"definition": "Fork Repository কে upstream এর সাথে up-to-date রাখা",
135+
"code": "git fetch upstream"
136+
}
129137
]
130138
}
131139
]

0 commit comments

Comments
 (0)