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