Delicious

Delicious

10549 bookmarks
Custom sorting
#109: Getting off FTP and onto Git Deployment with Beanstalk | CSS-Tricks
#109: Getting off FTP and onto Git Deployment with Beanstalk | CSS-Tricks
cd #PROJECT# git init git add . git remote add origin git://ototkdjsfjsdj-cosofjsf git fetch origin (to make the below work) git branch --set-upstream master origin/master git commit -m 'Initial commit.' git push
·css-tricks.com·
#109: Getting off FTP and onto Git Deployment with Beanstalk | CSS-Tricks