diff options
| author | typebrook <typebrook@gmail.com> | 2018-10-02 20:36:59 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-10-02 20:36:59 +0800 |
| commit | 2521f42b393426c1cd6f763de7ea73b58db5ae18 (patch) | |
| tree | 3440b6fa7b3c5c2f2216d507caafea1b905b10df | |
| parent | 2b044caf53d471b28bea0043ba998808936d0a7d (diff) | |
update
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -6,3 +6,6 @@ apply-alias: | |||
| 6 | cat ./.bash_aliases > ~/.bash_aliases | 6 | cat ./.bash_aliases > ~/.bash_aliases |
| 7 | apply-vim: | 7 | apply-vim: |
| 8 | cat ./.vimrc > ~/.vimrc | 8 | cat ./.vimrc > ~/.vimrc |
| 9 | push: | ||
| 10 | git commit -am "update" | ||
| 11 | git push | ||