From 8c0b01f25e5c6ee68fa7cc654a1a577214861777 Mon Sep 17 00:00:00 2001 From: sreecharan-m <63252117+sreecharan-m@users.noreply.github.com> Date: Sat, 2 May 2020 14:01:57 +0530 Subject: [PATCH] Add files via upload --- ans.txt | 1 + exp2.txt | 5 +++++ sreecharan_m2.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 ans.txt create mode 100644 exp2.txt create mode 100644 sreecharan_m2.txt 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 + + + + +