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.
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.
Source 'push_to_compl' somewhere on your '.bashrc'. It create an alias and
shell completion for the script:
# to list avaliable commands
pust_to [Tab]
# to list avaliable options
push_to -[Tab]To create a new github repository run:
cd my/git/repos
push_to githubMy name is Vital Kudzelka vital.kudzelka@gmail.com. Fell free to get in touch.