-
git worktree adalah sebuah fitur untuk mengatur beberapa worktree dalam 1 project git
-
apa itu worktree?
- isi keseluruhan project git anda adalah worktree
-
mengapa memerlukan beberapa worktree dalam 1 project?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Container] | |
Image=docker.io/amir20/dozzle:v8.4.3 | |
PublishPort=18080:8080 | |
Volume=/run/user/1000/podman/podman.sock:/var/run/docker.sock | |
Environment=DOZZLE_REMOTE_AGENT= | |
[Service] | |
Restart=always | |
[Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forward: | |
tilt: | |
source: "tcp:localhost:10350" | |
destination: "ser4:tcp:localhost:10350" | |
pathfinder: | |
source: "tcp:localhost:3000" | |
destination: "ser4:tcp:localhost:3000" | |
elastic: | |
source: "tcp:localhost:9200" | |
destination: "ser4:tcp:localhost:9200" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Default Light Modern", | |
"remote.SSH.remotePlatform": { | |
"ser4": "linux" | |
}, | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
"<C-p>" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM curlimages/curl as builder | |
WORKDIR / | |
RUN curl -sSf https://temporal.download/cli.sh | sh | |
FROM gcr.io/distroless/base-debian11 | |
COPY --from=builder /home/curl_user/.temporalio/bin/temporal /bin/temporal | |
EXPOSE 7233 | |
EXPOSE 8233 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM unit:1.31.0-php8.2 | |
EXPOSE 8080 | |
WORKDIR /var/www/html | |
COPY . . | |
COPY config.json /docker-entrypoint.d/config.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "1", | |
"name": "Garfield", | |
"breed": "Balinese", | |
"age": 7, | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " | |
}, | |
{ | |
"id": "2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix-env -iA \ | |
nixpkgs.ansible \ | |
nixpkgs.direnv \ | |
nixpkgs.ripgrep \ | |
nixpkgs.bat \ | |
nixpkgs.tmux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "excalidraw", | |
"version": 1, | |
"source": "https://excalidraw.com", | |
"elements": [ | |
{ | |
"id": "2sbb3O8C2CnI7XibYvj-S", | |
"type": "text", | |
"x": 732.796875, | |
"y": 195.3828125, |
NewerOlder