You can clone with HTTPS or SSH.
//Executing 3 async functions in seriesasync_1(function(err1, data1){ async_2(function(err2, data2){ async_3(function(err3, data3){ //and so on... }); });});