Monthly Archives: July 2013

** Magical fractions **

1 / 9801  =  1 / 99^2  = 0. 00 01 02 03 04 05 … 96 97 99 00 01 02 … * there is no 98 in the sequence 1 / 998001  =  1 / 999^2  = 0. … Continue reading

Posted in Thoughts | Tagged , , , , , | Leave a comment

Git – A step-by-step tutorial (command line)

you need to download and install gitbash 1 – in the directory we want to work we enter init command: & git init it makes an empty repository in /.git/ that is hidden. 2 – then we can use status … Continue reading

Posted in Git, Linux, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Git – Version Control System – Basics (Video Tutorial)

1 – Part. 1 Version Control System 2- Part. 2 What is Git? 3- Part. 3 Get going main commands of Git:  $ git init myproject $ cd myproject $ git add . $ git commit -m “the first version of code” … Continue reading

Posted in Git, Linux, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , | Leave a comment