forked from chopmo/git-autopush
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformatted stuff and fixed a few typos.
- Loading branch information
Showing
2 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
git-autopush | ||
============ | ||
|
||
Very simple bash script to add an auto-push post commit hook in the | ||
current Git repo. After running this script, all committed changes to | ||
the repo will be immediately pushed to the configured remote/branch. | ||
Very simple bash script to add an auto-push post commit hook in the current Git | ||
repo. After running this script, all committed changes to the repo will be | ||
immediately pushed to the configured remote/branch. | ||
|
||
|
||
Accepts a remote repo name as parameter | ||
if you would like to push to another repo | ||
Accepts a remote repo name as parameter if you would like to push to another | ||
repo. | ||
|
||
OPTIONS: | ||
-o will overwrite the post commit hook | ||
-r [repo] Remote Repo to push to | ||
-o Overwrite any existing post commit hook | ||
-r [repo] Remote repo to push to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters