Git -basics
Initializing a Repository in an Existing Directory: $ git init Use git add commands that specify the files you want to track, followed by a…
Initializing a Repository in an Existing Directory: $ git init Use git add commands that specify the files you want to track, followed by a…
Use this commands to force an overwrite of files on a git pull: git fetch –all git reset –hard origin/master
Standard ASCII set, HTML Entity names, ISO 10646, ISO 8879, ISO 8859-1 Latin alphabet No. 1 Browser support: All browsers ASCII HTML HTML Dec Hex…
Here is a bookmark script using jQuery: <script language=”javascript” type=”text/javascript”> $(document).ready(function(){ $(“a.jQueryBookmark”).click(function(e){ e.preventDefault(); // this will prevent the anchor tag from going the user off…