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
|
||||
|
||||
- A small [[script]].
|
||||
- I have mine in bin/git-ship; ~/bin is in my $PATH, so '[[git ship]]' also works.
|
||||
```
|
||||
#!/bin/sh -x
|
||||
git add -A
|
||||
@@ -9,4 +8,6 @@ git commit -a -m "$*" || git commit -a -m "Default commit message."
|
||||
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