Remove files that have not been deleted using git rm (taken from commandlinefu.com)
git rm $(git ls-files --deleted)
| %% | |
| %% This is file `msb.bst', | |
| %% generated with the docstrip utility. | |
| %% | |
| %% The original source files were: | |
| %% | |
| %% merlin.mbs (with options: `ay,nat,nm-rvx,ed-rev,jnrlst,nmlm,x20,x0,m20,m0,keyxyr,dt-beg,yr-par,yrp-x,note-yr,atit-u,jxper,vol-bf,vnum-x,volp-sp,pp-last,num-xser,jnm-x,add-pub,edparxc,fin-bare,pp,ed,abr,xedn,jabr,amper,and-xcom,xand,etal-it,nfss,') | |
| %% ---------------------------------------- | |
| %% *** Bibliography style for Molecular Systems Biology *** | |
| %% |
Remove files that have not been deleted using git rm (taken from commandlinefu.com)
git rm $(git ls-files --deleted)
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| body { | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| width: 960px; | |
| height: 500px; | |
| position: relative; | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Canvas tutorial</title> | |
| <script src="https://dl.dropboxusercontent.com/u/22461024/raphael-min.js" type="text/javascript"> | |
| </script> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
| <style type="text/css"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Canvas tutorial</title> | |
| <!-- <canvas id="canvas" height="2320" width="3200"></canvas> --> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script> | |
| <script type="text/javascript" src="https://dl.dropboxusercontent.com/u/22461024/jquery.jsPlumb-1.3.7-all-min.js"></script> | |
| <style type="text/css"> | |
| /* canvas { border: 1px solid black; } */ |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script> | |
| var svg = d3.select("body").append("svg") | |
| .attr("width", width) | |
| .attr("height", height) | |
| .append("g") |
[ Launch: sin waves ] 6482728 by phantomas1234 See Previous Inlet [ Gist ]
[ Launch: Tributary inlet ] 6485210 by phantomas1234
[ Launch: pathway map ] 6485240 by phantomas1234
[ Launch: Tributary inlet ] 6513093 by phantomas1234