jeff1evesque / grunt

Automates Sass, Uglify, Imagemin, Modernizr
1 stars 0 forks source link

Documentation: Adjust 'GIT' Subsection #125

Closed jeff1evesque closed 10 years ago

jeff1evesque commented 10 years ago

We need to adjust the following in the subsection:

Then, add the Remote Upstream, this way we can pull any merged pull-requests:

cd /var/www/grunt/ git remote add upstream https://github.com/[YOUR-USERNAME]/grunt.git

to the following:

Then, add the Remote Upstream, this way we can pull any merged pull-requests:

cd /var/www/[CLONE-DESTINATION]/grunt/ git remote add upstream https://github.com/[YOUR-USERNAME]/grunt.git