makefile | add git commit target
This commit is contained in:
parent
bf01242f20
commit
ebceac75ba
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -20,3 +20,6 @@ push:
|
|||
pull:
|
||||
@. ~/.bash_ssh
|
||||
git pull
|
||||
|
||||
ci:
|
||||
git commit -m"updates from makefile" --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue