g_it/macupdater
Archived
1
0
Fork 0

Added Git Push and Pull syncing.

This commit is contained in:
g* 2019-10-30 22:24:34 +02:00
commit 52a0f6513e
2 changed files with 23 additions and 5 deletions

14
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "zshdb",
"request": "launch",
"name": "Zsh-Debug (simplest configuration)",
"program": "${file}"
}
]
}