Module I Experiments


GIT

(Repository and version control)
Date Explanation Commands executed Command execution explanation
26/1/17
From
http://git.fabacademy.org/fabacademy2017/fablabkochi
got the ssh git clone details as
git@git.fabacademy.org:
fabacademy2017/fablabkochi.git
and issued the command 

git clone git@git.fabacademy.org:
fabacademy2017/fablabkochi.git

to get the latest fablabkochi repository at my disk.

Subsequently I made a small webpage of my own and updated it on the server as below:

My student id is 299.
I have given it a soft link as ask  (and some other soft links also)

git clone git@git.fabacademy.org:
fabacademy2017/
fablabkochi.git

cd
ln -s fablabkochi fab
cd fab
cd students
ln -s 299 ask


git status
git pull
git add --all
git commit -m "first index file"
git push
academy kochi repository is down loaded to my system


some soft links

my index file is posted at the fab website.

subsequently the index file was slightly modified and again .... git pull
git add --all
git commit -m "edited index file"
git push

31/1/17 Index file modified git pull
git add --all
git commit -m "Elementary Hi style page is replaced with a little more meaningful and organised web page"
git push
Server index file is updated with the modified one
27/3/17 There  is an occasion to restore a file. Happened to see that the file learn.w7.html is not the intended one, as its contents are found deleted, may be happened inadvertently sometime ago  during copying and editing to create another file from this.
So to restore learn.w7.html

Site referred:https://opensource.com/life/16/7/how-restore-older-file-versions-git
git log -- learn.w7.html






























----------
git checkout 71bc0592d4f6fb22a6ca3e28a66456bde5ff99b7 learn.w7.html


git checkout f61e33999c8b58727d1f287906903029a9fe9664 learn.w7.html
commit fa5565c9a7f85b95e77d003d809d726b3249e53b
Author: Ahammed Siraj K K <ahammedsiraj@gmail.com>
Date:   Tue Mar 21 19:06:15 2017 +0530

    Electric Design Completed

commit 71bc0592d4f6fb22a6ca3e28a66456bde5ff99b7
Author: Ahammed Siraj K K <ahammedsiraj@gmail.com>
Date:   Tue Mar 21 16:11:13 2017 +0530

    Electric Design Completed

commit f61e33999c8b58727d1f287906903029a9fe9664
Author: Ahammed Siraj K K <ahammedsiraj@gmail.com>
Date:   Wed Mar 15 19:40:06 2017 +0530

    Slight progress with wood

commit 277d8ff49c29e21d120db62fec4508942a415690
Author: Ahammed Siraj K K <ahammedsiraj@gmail.com>
Date:   Wed Mar 15 15:50:44 2017 +0530

    Commencing wood work
-------------
Not this one . Let us try still previous commit.



Yes this is the required one.



BlueGriffon
(Web page editor)

Date
Explanation
2/2/17
I have installed it and now (right now!) I am using it. Shall make further comments later.