##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:alexpchin/.git
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:alexpchin/.git
| ; Copyright 2009-2015 RackTop Systems Inc. and/or its affiliates. | |
| ; http://www.racktopsystems.com | |
| ; | |
| ; The methods and techniques utilized herein are considered TRADE SECRETS | |
| ; and/or CONFIDENTIAL unless otherwise noted. REPRODUCTION or DISTRIBUTION | |
| ; is FORBIDDEN, in whole and/or in part, except by express written permission | |
| ; of RackTop Systems. | |
| ; | |
| ; @@DESCRIPTION@@ Configuration file for Netatalk -- Apple Filing Protocol. | |
| ; @@NAME@@ afp.conf |