mkdir -p /your/long/path
Monthly Archives: October 2012
Fix *** [err :: 11.15.19.46] find: `/path/to/your/releases/RELEASE_NUMBER/public/images’ (capistrano)
Posted by zechim
on October 10, 2012
No comments
add this line to deploy.rb
set :normalize_asset_timestamps, false
GIT diff between files in different commit
Posted by zechim
on October 9, 2012
No comments
git diff START_COMMIT..END_COMMIT -- path/to/your/file
Create local branch from remote branch (GIT)
Posted by zechim
on October 8, 2012
No comments
git checkout -b BRANCH_NAME origin/BRANCH_NAME
or
git fetch origin origin/BRANCH_NAME:BRANCH_NAME
Page 1 of 11
Recent Comments