Repositories
test
Test Git repository.
-
Cloning this repository:
git clone git://gitorious.org/saghul/test.git test cd test
Add this repository as a remote to an existing local repository:
git remote add test git://gitorious.org/saghul/test.git git fetch test git checkout -b my-local-tracking-branch test/master_or_other_branch
twittercli
Simple command-line Twitter client.
-
Cloning this repository:
git clone git://gitorious.org/saghul/twittercli.git twittercli cd twittercli
Add this repository as a remote to an existing local repository:
git remote add twittercli git://gitorious.org/saghul/twittercli.git git fetch twittercli git checkout -b my-local-tracking-branch twittercli/master_or_other_branch
asterisk-install
Asterisk installation script written in bash with nice ncurses-like dialogs.
-
Cloning this repository:
git clone git://gitorious.org/saghul/asterisk-install.git asterisk-install cd asterisk-install
Add this repository as a remote to an existing local repository:
git remote add asterisk-install git://gitorious.org/saghul/asterisk-install.git git fetch asterisk-install git checkout -b my-local-tracking-branch asterisk-install/master_or_other_branch
sipp-scenarios
MOVED HERE: https://github.com/saghul/sipp-scenarios
-
Cloning this repository:
git clone git://gitorious.org/saghul/sipp-scenarios.git sipp-scenarios cd sipp-scenarios
Add this repository as a remote to an existing local repository:
git remote add sipp-scenarios git://gitorious.org/saghul/sipp-scenarios.git git fetch sipp-scenarios git checkout -b my-local-tracking-branch sipp-scenarios/master_or_other_branch
bash-config
MOVED HERE: https://github.com/saghul/dotfiles
-
Cloning this repository:
git clone git://gitorious.org/saghul/bash-config.git bash-config cd bash-config
Add this repository as a remote to an existing local repository:
git remote add bash-config git://gitorious.org/saghul/bash-config.git git fetch bash-config git checkout -b my-local-tracking-branch bash-config/master_or_other_branch
vim-cfg
MOVED HERE: https://github.com/saghul/dotvim
-
Cloning this repository:
git clone git://gitorious.org/saghul/vim-cfg.git vim-cfg cd vim-cfg
Add this repository as a remote to an existing local repository:
git remote add vim-cfg git://gitorious.org/saghul/vim-cfg.git git fetch vim-cfg git checkout -b my-local-tracking-branch vim-cfg/master_or_other_branch
app_spoolcall
Silly Asterisk application which creates files in the Asterisk spool directory.
-
Cloning this repository:
git clone git://gitorious.org/saghul/app_spoolcall.git app_spoolcall cd app_spoolcall
Add this repository as a remote to an existing local repository:
git remote add app_spoolcall git://gitorious.org/saghul/app_spoolcall.git git fetch app_spoolcall git checkout -b my-local-tracking-branch app_spoolcall/master_or_other_branch

