14 lines
340 B
Markdown
14 lines
340 B
Markdown
![]() |
---
|
||
|
{
|
||
|
.title = "git fetch repo_url remote_branch:new_local_branch",
|
||
|
.date = @date("2021-09-04T00:00:00"),
|
||
|
.author = "koehr",
|
||
|
.draft = false,
|
||
|
.layout = "til.html",
|
||
|
.description = "",
|
||
|
.tags = [],
|
||
|
.custom = { .source = "https://twitter.com/lucas59356/status/1433507127570669569" },
|
||
|
}
|
||
|
---
|
||
|
`git fetch $repo_url $remote_branch:$new_local_branch`
|