Advertisement
kellykamay

git init sa webcation

Dec 18th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. ############ Sa Webfaction:
  2. $ mkdir -p ~/repo/octobercms
  3. $ cd ~/repo/octobercms
  4. $ git init --bare
  5.  
  6. $ cd ~/webapps/october
  7. $ git init
  8. $ git add .
  9. $ git commit -am 'initial commit'
  10. $ git remote add origin username@username.webfactional.com:~/repo/octobercms
  11. $ git push --all origin
  12. ############ Sa local
  13. $ cd ~/ubuntuvb/kungsaan/mo/ilalagay
  14. $ git clone ~/repo/octobercms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement