mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Default commit message, part of an automated flow.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# Ship
|
# Ship
|
||||||
|
|
||||||
- A small [[script]].
|
- A small [[script]].
|
||||||
- I have mine in bin/git-ship; ~/bin is in my $PATH, so '[[git ship]]' also works.
|
|
||||||
```
|
```
|
||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
git add -A
|
git add -A
|
||||||
@@ -9,4 +8,6 @@ git commit -a -m "$*" || git commit -a -m "Default commit message."
|
|||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- I have mine in bin/git-ship; ~/bin is in my $PATH, so '[[git ship]]' also works.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user