GIT
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/