mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
Compare commits
2 Commits
81fd52a8f7
...
5a219ab7df
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a219ab7df | |||
| 09bb4a172d |
@@ -2,7 +2,7 @@
|
||||
name = Christian Colglazier
|
||||
email = christian@cacolglazier.com
|
||||
[core]
|
||||
editor = emacs
|
||||
editor = emacs -nw
|
||||
excludesFile = ~/.gitignore
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
||||
@@ -50,6 +50,7 @@ alias ocr="${OPENCODE} --agent review --prompt 'Code review staged changes.'"
|
||||
alias or="${OPENCODE} --continue"
|
||||
|
||||
# Git
|
||||
gr() { git rebase -i HEAD~$1; }
|
||||
alias c='git commit -m'
|
||||
alias a='git add'
|
||||
alias ga='git add -A'
|
||||
|
||||
Reference in New Issue
Block a user