Skip to content

Commit 3865135

Browse files
committed
Housekeeping
1 parent e814b5e commit 3865135

File tree

8 files changed

+66365
-31640
lines changed

8 files changed

+66365
-31640
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"command": "Rscript -e 'blogdown::serve_site()'"
3333
},
3434
{
35-
"label": "Update master from develop",
35+
"label": "Update main from develop",
3636
"type": "shell",
37-
"command": "git fetch . develop:master; git push origin master:master",
37+
"command": "git fetch . develop:main; git push origin main:main",
3838
"problemMatcher": []
3939
}
4040
]

0 commit comments

Comments
 (0)