enricorossi.org

Enrico Rossi


Articles tagged with vcs

Git svn track remote repo

Tags: git, svn, tips, vcs

How to track a remote master git-svn into my git repo without cloning.

git remote add origin https://myuser@myserver.com/davgitrepo
git remote update origin
git branch --track origin

Updating my git-svn repo with

git-svn rebase

Then update the git copy with

git push origin
Read more...

Gprs tim

Tags: debian, howto, phone, tips, vcs
# This chatfile was generated by pppconfig 2.0.10.
# Please do not delete any of the comments.  Pppconfig needs them.
# 
# ispauth CHAP
# abortstring
ABORT ERROR
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
#gprs string
OK-AT-OK at …
Read more...

Gprs wind

Tags: debian, howto, linux, phone, tips, vcs

ppp chatscript

# This chatfile was generated by pppconfig 2.3.18.
# Please do not delete any of the comments.  Pppconfig needs them.
# 
# ispauth PAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
#gprs string
OK-AT-OK at …
Read more...