https://github.com/vitalk/push_to
Script that push existing git repos to predefined location.
https://github.com/vitalk/push_to
Last synced: 7 days ago
JSON representation
Script that push existing git repos to predefined location.
- Host: GitHub
- URL: https://github.com/vitalk/push_to
- Owner: vitalk
- Created: 2012-11-02T19:25:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-12T12:31:29.000Z (over 13 years ago)
- Last Synced: 2025-01-09T11:14:34.676Z (over 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push to
Script that push existing git repos to predefined location. For example, it
allow to create a new github repository remotely or create a bare copy of repos
on your Dropbox folder.
## Walkthrough
The basic idea that script looking for executables on `'to'` directory and then
execute it if it filename passed as script param. For example, `push_to
dropbox` executes the `'to/dropbox'` script that actually do all work.
Use `'to/sample'` as example of extension file.
### Usage
Source `'push_to_compl'` somewhere on your `'.bashrc'`. It create an alias and
shell completion for the script:
```bash
# to list avaliable commands
pust_to [Tab]
# to list avaliable options
push_to -[Tab]
```
To create a new github repository run:
```bash
cd my/git/repos
push_to github
```
## About
My name is Vital Kudzelka . Fell free to get in
touch.