Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 4ad608b

Browse files
committed
Add git autocommit data
1 parent 9896938 commit 4ad608b

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@ In order to include these scripts into your flow, add the `bin` directory to you
66

77
Shortcut: Any executable in `PATH` starting with `git-$name` can be called via `git $name`.
88

9-
# Scripts
9+
# Scripts
10+
11+
## git-autocommit
12+
13+
Small script that:
14+
15+
- Adds all files to be comitted
16+
17+
- Makes a commit using either the predefined message of `Updated` or a supplied message (which must be in quotes)
18+
19+
- Pushes the new commit
20+
21+
This script was intended to quickly deploy changes to heroku when using the git repo deploy method.

bin/git-cleanbranches

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)