From d26940f1d236ca8a1f4550b7d2540e672994739c Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 17:10:02 -0400 Subject: [PATCH 1/6] Added Clarissa's bio --- Clarissa/git/bio.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Clarissa/git/bio.txt diff --git a/Clarissa/git/bio.txt b/Clarissa/git/bio.txt new file mode 100644 index 0000000..c70fa97 --- /dev/null +++ b/Clarissa/git/bio.txt @@ -0,0 +1,3 @@ +Clarissa Encisa +Masters +Epidemiology program From d6bec9446a625af01e7d500fba6c6996349b7158 Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 17:46:20 -0400 Subject: [PATCH 2/6] added diff output --- diff.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 diff.txt diff --git a/diff.txt b/diff.txt new file mode 100644 index 0000000..f21d10b --- /dev/null +++ b/diff.txt @@ -0,0 +1,9 @@ +diff --git a/aboutme.txt b/aboutme.txt +index 33603fa..5696c09 100644 +--- a/aboutme.txt ++++ b/aboutme.txt +@@ -1,3 +1,3 @@ + Clarissa Encisa +-Tennis ++Tennis, Choir + Masters in Epidemiology From 14da171ae6deeb7f27bd4da46e5f7efbb9e53103 Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 17:46:33 -0400 Subject: [PATCH 3/6] added status output --- status.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 status.txt diff --git a/status.txt b/status.txt new file mode 100644 index 0000000..adf8885 --- /dev/null +++ b/status.txt @@ -0,0 +1,10 @@ +On branch master + +Initial commit + +Untracked files: + (use "git add ..." to include in what will be committed) + + how-git-works.txt + +nothing added to commit but untracked files present (use "git add" to track) From d6088976c727f2a84de738c5032920669014f9aa Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 17:52:59 -0400 Subject: [PATCH 4/6] define how git works --- how-git-works.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 how-git-works.txt diff --git a/how-git-works.txt b/how-git-works.txt new file mode 100644 index 0000000..e3a7f0b --- /dev/null +++ b/how-git-works.txt @@ -0,0 +1,4 @@ +- Git is a way of tracking the version of files and saves this history in a web-based + repository +- Git version control is important because it can help me not to give my supervisor blank stares when he asks me what changes I made to my analysis. + From 7ba63919a4ffd67a13ca2f720c45a0103040b889 Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 17:53:13 -0400 Subject: [PATCH 5/6] define how file system works --- filesystem.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 filesystem.txt diff --git a/filesystem.txt b/filesystem.txt new file mode 100644 index 0000000..4dcab89 --- /dev/null +++ b/filesystem.txt @@ -0,0 +1 @@ +file systems is way to organize a hierarchy of files From 47dc354235129711e63d19367cbc398f130785c9 Mon Sep 17 00:00:00 2001 From: Clarissa Encisa Date: Mon, 26 Oct 2015 18:03:56 -0400 Subject: [PATCH 6/6] added about me --- aboutme.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 aboutme.txt diff --git a/aboutme.txt b/aboutme.txt new file mode 100644 index 0000000..5696c09 --- /dev/null +++ b/aboutme.txt @@ -0,0 +1,3 @@ +Clarissa Encisa +Tennis, Choir +Masters in Epidemiology