mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 18:05:51 +00:00
Moved some files, implemented Dockerfile for tests, implemented makefile with install functionality
This commit is contained in:
@@ -68,5 +68,11 @@
|
||||
"command": "GOOS=linux GOARCH=amd64 go build -o bin/myprogram.exe main.go",
|
||||
"desc": "Cross-compile for Linux (alt. windows, darwin (arm64 / amd64))"
|
||||
}
|
||||
],
|
||||
"git": [
|
||||
{
|
||||
"command": "git checkout -b branch_name",
|
||||
"desc": "Create and checkout a new branch"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user