mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-04 13:29:57 -05:00
feat: ability to use lazygit for yadm
This commit is contained in:
3
.config/yadm/lazygit.yml
Normal file
3
.config/yadm/lazygit.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
keybinding:
|
||||
files:
|
||||
toggleStagedAll: "<c-a>" # avoid "stage/unstage all" since it hangs lazygit, cause I guess it tries to list all files
|
||||
@@ -1,6 +1,7 @@
|
||||
alias ghm='git push heroku master'
|
||||
alias gpp='git pull origin "(git_current_branch)" && git push origin "(git_current_branch)"'
|
||||
alias gfap='git pull --all -p'
|
||||
alias ly='lazygit --use-config-file "$HOME/.config/yadm/lazygit.yml,$HOME/Library/Application Support/lazygit/config.yml" --work-tree ~ --git-dir ~/.local/share/yadm/repo.git'
|
||||
|
||||
function gctest () {
|
||||
local branch="${1:-master}"
|
||||
|
||||
Reference in New Issue
Block a user