diff --git a/ans.txt b/ans.txt new file mode 100644 index 0000000..384f01a --- /dev/null +++ b/ans.txt @@ -0,0 +1 @@ +EGGS diff --git a/exp2.txt b/exp2.txt new file mode 100644 index 0000000..0df1eb8 --- /dev/null +++ b/exp2.txt @@ -0,0 +1,5 @@ +I think the eggs came first because before millions of years animal and plant kingdom +evolved by means of genetic growth and mutuation...so even the chicken animal would have +come from some animal or the other through evolution.By this way the 1st chicken would +have come from egg...but the pure chicken egg would have come from chicken. so the point +is chicken would have not come without eggs...so EGGS CAME FIRST. diff --git a/sreecharan_m2.txt b/sreecharan_m2.txt new file mode 100644 index 0000000..53b49f4 --- /dev/null +++ b/sreecharan_m2.txt @@ -0,0 +1,40 @@ +sudo apt-get update + +sudo apt-get install git + +git --version + +cd /home/manivelan_d/gitlearn + +git init + +touch test.txt + +git status + +git commit -m "my first commit" + +git branch b1 + +branch + +git clone https://github.com/prakhar242/task0-webdev-23 gittask + +git status + +git add gittask/ + +git branch + +cd /home/manivelan_d/gitlearn/gittask + +git branch sreecharan_m + +git checkout sreecharan_m + +touch log.txt + + + + +