Compare commits
3 Commits
d5a9500be1
...
09609d6473
| Author | SHA1 | Date | |
|---|---|---|---|
|
09609d6473
|
|||
|
4410db7880
|
|||
|
cd5d707bda
|
@@ -16,7 +16,7 @@ Rules:
|
|||||||
- keyword comments must include attribution `(@janezicmatej)`
|
- keyword comments must include attribution `(@janezicmatej)`
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
- all git work MUST happen in sub-agents with `isolation: "worktree"`
|
- commit only when asked or when delegating to agents
|
||||||
- agents MUST commit with `--no-gpg-sign`
|
- agents MUST commit with `--no-gpg-sign`
|
||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
output DP-7 resolution 2560x1440 position 0,0
|
output DP-7 resolution 2560x1440 position 2560,-1200
|
||||||
output eDP-1 resolution 2560x1600@165Hz position 2560,0 adaptive_sync on
|
output eDP-1 resolution 2560x1600@165Hz position 0,0 adaptive_sync on
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ alias gcm='git checkout $(git_main_branch)'
|
|||||||
alias gsw="git switch"
|
alias gsw="git switch"
|
||||||
|
|
||||||
# git fetch/pull/push
|
# git fetch/pull/push
|
||||||
alias gfa="git fetch --all --prune"
|
alias gfa="git fetch --all --prune --tags"
|
||||||
alias gl="git pull"
|
alias gl="git pull"
|
||||||
alias gp="git push"
|
alias gp="git push"
|
||||||
alias gpf="git push --force-with-lease"
|
alias gpf="git push --force-with-lease"
|
||||||
|
|||||||
Reference in New Issue
Block a user