Step 1: Fetch latest data from [REMOTE_NAME]
i.e. origin
$ git fetch [REMOTE_NAME]
Step 2: Create and checkout into the desired remote branch
$ git checkout --track [REMOTE_NAME]/[REMOTE_BRANCH_NAME]
Step 1: Fetch latest data from [REMOTE_NAME]
i.e. origin
$ git fetch [REMOTE_NAME]
Step 2: Create and checkout into the desired remote branch
$ git checkout --track [REMOTE_NAME]/[REMOTE_BRANCH_NAME]
Step 1: Add the following jQuery snippet to your JS file
$(function(){
$("[data-hide]").on("click", function(){
$("." + $(this).attr("data-hide")).hide();
});
});
ActiveRecord::Base.connection.tables
Step 1: cd
into project folder
cd /path/
Step 2: Enter the following
$ python -m SimpleHTTPServer 8000