Other articles


  1. Adding a new git repository

    {"date": "Mon 04 January 2010",

    "category": "Linux",
    "tags": ["LPR", "howto", "git"]}

    Some time ago I set up a git server (gitosis) in my desktop computer. I use to commit in my laptop and then push the changes to my desktop and I really like it.

    Today to add a new repository I did:
    In my desktop:

    cd /tmp
    git clone gitosis …

    read more

Page 1 / 1