Compare commits
2 Commits
e797bc1801
...
c031affb9f
Author | SHA1 | Date | |
---|---|---|---|
c031affb9f | |||
9724a9dddd |
@ -37,8 +37,8 @@ function .add {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
chezmoi add $1
|
chezmoi add $1
|
||||||
|
chezmoi git add .
|
||||||
chezmoi git status
|
chezmoi git status
|
||||||
chezmoi git diff
|
|
||||||
if $(read -q "?Commit changes? [y/N]"); then
|
if $(read -q "?Commit changes? [y/N]"); then
|
||||||
chezmoi git commit -- -am $2
|
chezmoi git commit -- -am $2
|
||||||
if $(read -q "?Push changes? [y/N]"); then
|
if $(read -q "?Push changes? [y/N]"); then
|
Loading…
x
Reference in New Issue
Block a user