GIT

From DaqWiki
Revision as of 11:33, 6 February 2013 by Olchansk (talk | contribs) (New page: = GIT NOTES = = Create personal "pullable" repository = <pre> $ cd ~/public_html/git $ git init --bare rpms.git Initialized empty Git repository in /home/olchansk/public_html/git/rpms.gi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GIT NOTES

Create personal "pullable" repository

$ cd ~/public_html/git
$ git init --bare rpms.git
Initialized empty Git repository in /home/olchansk/public_html/git/rpms.git/
$ cd ~/git/
$ git init rpms
Initialized empty Git repository in /home/olchansk/git/rpms/.git/