[ Prev ]
2017-04-05

-- Apr 5 In-Class Exercise
Name: Mohnish Kadakia From 1d303ca87441f009a08a759881817870cd218f93 Mon Sep 17 00:00:00 2001 From: Mohnish Kadakia <monukadakia@gmail.com> Date: Wed, 5 Apr 2017 14:27:04 -0700 Subject: [PATCH 1/2] Number 3
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index a32ea05..91f8f1c 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@
 Commit Early 
+Commit Often
 Commit Often
\ No newline at end of file -- 2.10.0
From 332547f22c01ae0fcb8ceadfa2b0ae4b784342a6 Mon Sep 17 00:00:00 2001 From: Mohnish Kadakia <monukadakia@gmail.com> Date: Wed, 5 Apr 2017 14:27:38 -0700 Subject: [PATCH 2/2] Number 4
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 91f8f1c..10e568b 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@
 Commit Early 
 Commit Often
+Commit Often
 Commit Often
\ No newline at end of file -- 2.10.0
Name: Mohnish Kadakia From 1d303ca87441f009a08a759881817870cd218f93 Mon Sep 17 00:00:00 2001 From: Mohnish Kadakia <monukadakia@gmail.com> Date: Wed, 5 Apr 2017 14:27:04 -0700 Subject: [PATCH 1/2] Number 3 --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index a32ea05..91f8f1c 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ Commit Early +Commit Often Commit Often \ No newline at end of file -- 2.10.0 From 332547f22c01ae0fcb8ceadfa2b0ae4b784342a6 Mon Sep 17 00:00:00 2001 From: Mohnish Kadakia <monukadakia@gmail.com> Date: Wed, 5 Apr 2017 14:27:38 -0700 Subject: [PATCH 2/2] Number 4 --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 91f8f1c..10e568b 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit Early Commit Often +Commit Often Commit Often \ No newline at end of file -- 2.10.0

-- Apr 5 In-Class Exercise
Xincheng Yuan
 From 0adfc4ac15d60243fbc5345ee411778287e29a01 Mon Sep 17 00:00:00 2001
 From: Xincheng Yuan <xinchengyuan@yahoo.com>
 Date: Wed, 5 Apr 2017 14:40:35 -0700
 Subject: [PATCH 1/3] added line 'commit often'
 ---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
 diff --git a/test.txt b/test.txt
 index 0c687e8..4e18611 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1 +1,2 @@
 Commit early
 +Commit often
 \ No newline at end of file
 -- 
 2.12.0.windows.1
 From 010269e2e9ddf283caa8fa5c0e5e0e0673bafc4a Mon Sep 17 00:00:00 2001
 From: Xincheng Yuan <xinchengyuan@yahoo.com>
 Date: Wed, 5 Apr 2017 14:40:58 -0700
 Subject: [PATCH 2/3] added line 'commit often' second time
 ---
 test.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 diff --git a/test.txt b/test.txt
 index 4e18611..6171d50 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1,2 +1,3 @@
 Commit early
 -Commit often
 \ No newline at end of file
 +Commit often
 +Commit often
 -- 
 2.12.0.windows.1
 From 689c50438d321bf616bba213e2eb6832970ad058 Mon Sep 17 00:00:00 2001
 From: Xincheng Yuan <xinchengyuan@yahoo.com>
 Date: Wed, 5 Apr 2017 14:41:49 -0700
 Subject: [PATCH 3/3] added line 'commit often' third time
 ---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
 diff --git a/test.txt b/test.txt
 index 6171d50..02f2158 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1,3 +1,4 @@
 Commit early
 Commit often
 Commit often
 +Commit often
 -- 
 2.12.0.windows.1
(Edited: 2017-04-05)
Xincheng Yuan From 0adfc4ac15d60243fbc5345ee411778287e29a01 Mon Sep 17 00:00:00 2001 From: Xincheng Yuan <xinchengyuan@yahoo.com> Date: Wed, 5 Apr 2017 14:40:35 -0700 Subject: [PATCH 1/3] added line 'commit often' --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 0c687e8..4e18611 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,2 @@ Commit early +Commit often \ No newline at end of file -- 2.12.0.windows.1 From 010269e2e9ddf283caa8fa5c0e5e0e0673bafc4a Mon Sep 17 00:00:00 2001 From: Xincheng Yuan <xinchengyuan@yahoo.com> Date: Wed, 5 Apr 2017 14:40:58 -0700 Subject: [PATCH 2/3] added line 'commit often' second time --- test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.txt b/test.txt index 4e18611..6171d50 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ Commit early -Commit often \ No newline at end of file +Commit often +Commit often -- 2.12.0.windows.1 From 689c50438d321bf616bba213e2eb6832970ad058 Mon Sep 17 00:00:00 2001 From: Xincheng Yuan <xinchengyuan@yahoo.com> Date: Wed, 5 Apr 2017 14:41:49 -0700 Subject: [PATCH 3/3] added line 'commit often' third time --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 6171d50..02f2158 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often Commit often +Commit often -- 2.12.0.windows.1

-- Apr 5 In-Class Exercise
Name: Tanusan Rajmohan
 @@ -0,0 +1,42 @@
 From 0844fda8973c4b2dde45cf2eeed7fa5486843c4f Mon Sep 17 00:00:00 2001
 From: Tanu <tanu-95@hotmail.com>
 Date: Wed, 5 Apr 2017 14:25:49 -0700
 Subject: [PATCH 1/2] third commit
 ---
  test.txt | 2 ++
  1 file changed, 2 insertions(+)
 diff --git a/test.txt b/test.txt
 index 0c687e8..6171d50 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1 +1,3 @@
  Commit early
 +Commit often
 +Commit often
 -- 
 2.9.2
 From 047808ec2e49be3026724c1200697efdaef35d12 Mon Sep 17 00:00:00 2001
 From: Tanu <tanu-95@hotmail.com>
 Date: Wed, 5 Apr 2017 14:26:28 -0700
 Subject: [PATCH 2/2] fourth commit
 
 ---
  test.txt | 1 +
  1 file changed, 1 insertion(+)
 diff --git a/test.txt b/test.txt
 index 6171d50..02f2158 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1,3 +1,4 @@
  Commit early
  Commit often
  Commit often
 +Commit often
 -- 
 2.9.2
'''Name: Tanusan Rajmohan''' @@ -0,0 +1,42 @@ From 0844fda8973c4b2dde45cf2eeed7fa5486843c4f Mon Sep 17 00:00:00 2001 From: Tanu <tanu-95@hotmail.com> Date: Wed, 5 Apr 2017 14:25:49 -0700 Subject: [PATCH 1/2] third commit --- test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.txt b/test.txt index 0c687e8..6171d50 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,3 @@ Commit early +Commit often +Commit often -- 2.9.2 From 047808ec2e49be3026724c1200697efdaef35d12 Mon Sep 17 00:00:00 2001 From: Tanu <tanu-95@hotmail.com> Date: Wed, 5 Apr 2017 14:26:28 -0700 Subject: [PATCH 2/2] fourth commit --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 6171d50..02f2158 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often Commit often +Commit often -- 2.9.2

-- Apr 5 In-Class Exercise
NAME: JOHAN PARAMANATHAN
        From ac3e5a2cebe22eeec9352c0121ddeff58288de51 Mon Sep 17 00:00:00 2001
	From: Johan Paramanathan <johanpar@student.matnat.uio.no>
	Date: Wed, 5 Apr 2017 14:52:58 -0700
	Subject: [PATCH 1/2] test
	---
	 test.txt | 1 +
	 1 file changed, 1 insertion(+)
	 create mode 100644 test.txt
	diff --git a/test.txt b/test.txt
	new file mode 100644
	index 0000000..fe80514
	--- /dev/null
	+++ b/test.txt
	@@ -0,0 +1 @@
	+Life is life.
	\ No newline at end of file
	-- 
	2.10.0
	From 168d6218c0c70cd88aae007cc6c32d9e606d93e0 Mon Sep 17 00:00:00 2001
	From: Johan Paramanathan <johanpar@student.matnat.uio.no>
	Date: Wed, 5 Apr 2017 14:54:06 -0700
	Subject: [PATCH 2/2] test
	---
	 test.txt | 5 ++++-
	 1 file changed, 4 insertions(+), 1 deletion(-)
	diff --git a/test.txt b/test.txt
	index fe80514..8b4f971 100644
	--- a/test.txt
	+++ b/test.txt
	@@ -1 +1,4 @@
	-Life is life.
	\ No newline at end of file
	+Life is life.
	+Commit often
	+Commit often
	+Commit often
	\ No newline at end of file
	-- 
	2.10.0
''' NAME: JOHAN PARAMANATHAN''' From ac3e5a2cebe22eeec9352c0121ddeff58288de51 Mon Sep 17 00:00:00 2001 From: Johan Paramanathan <johanpar@student.matnat.uio.no> Date: Wed, 5 Apr 2017 14:52:58 -0700 Subject: [PATCH 1/2] test --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..fe80514 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Life is life. \ No newline at end of file -- 2.10.0 From 168d6218c0c70cd88aae007cc6c32d9e606d93e0 Mon Sep 17 00:00:00 2001 From: Johan Paramanathan <johanpar@student.matnat.uio.no> Date: Wed, 5 Apr 2017 14:54:06 -0700 Subject: [PATCH 2/2] test --- test.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.txt b/test.txt index fe80514..8b4f971 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,4 @@ -Life is life. \ No newline at end of file +Life is life. +Commit often +Commit often +Commit often \ No newline at end of file -- 2.10.0

-- Apr 5 In-Class Exercise
Name:YiTao Zhao
 From da4590dae2317ef78ca4538241f263b5ea04e231 Mon Sep 17 00:00:00 2001
 From: archerzhaoyitao <archerzhao921028@gmail.com>
 Date: Wed, 5 Apr 2017 16:10:05 -0700
 Subject: [PATCH 1/2] Third Commit
 ---
  test.txt | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 diff --git a/test.txt b/test.txt
 index 4e1ec11..9bdc032 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1 +1 @@
 -Commit early Commit often 
 +Commit early Commit often Commit often 
 -- 
 2.11.1.windows.1
 From b8892952ef7c89d73826e8caf2394ea0502cb7e4 Mon Sep 17 00:00:00 2001
 From: archerzhaoyitao <archerzhao921028@gmail.com>
 Date: Wed, 5 Apr 2017 16:11:20 -0700
 Subject: [PATCH 2/2] Fourth Commit
 ---
  test.txt | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 diff --git a/test.txt b/test.txt
 index 49a0eb2..2ga4eb7 100644
 --- a/test.txt
 +++ b/test.txt
 @@ -1 +1 @@
 -Commit early Commit often Commit often 
 +Commit early Commit often Commit often Commit often 
 -- 
 2.11.1.windows.1
Name:YiTao Zhao From da4590dae2317ef78ca4538241f263b5ea04e231 Mon Sep 17 00:00:00 2001 From: archerzhaoyitao <archerzhao921028@gmail.com> Date: Wed, 5 Apr 2017 16:10:05 -0700 Subject: [PATCH 1/2] Third Commit --- test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.txt b/test.txt index 4e1ec11..9bdc032 100644 --- a/test.txt +++ b/test.txt @@ -1 +1 @@ -Commit early Commit often +Commit early Commit often Commit often -- 2.11.1.windows.1 From b8892952ef7c89d73826e8caf2394ea0502cb7e4 Mon Sep 17 00:00:00 2001 From: archerzhaoyitao <archerzhao921028@gmail.com> Date: Wed, 5 Apr 2017 16:11:20 -0700 Subject: [PATCH 2/2] Fourth Commit --- test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.txt b/test.txt index 49a0eb2..2ga4eb7 100644 --- a/test.txt +++ b/test.txt @@ -1 +1 @@ -Commit early Commit often Commit often +Commit early Commit often Commit often Commit often -- 2.11.1.windows.1

-- Apr 5 In-Class Exercise
From fc28f4bc5b645424d9378801af416bc5246e0e96 Mon Sep 17 00:00:00 2001 From: Yash Parikh <yashparikh@Yashs-MacBook-Pro.local> Date: Thu, 6 Apr 2017 16:13:54 -0700 Subject: [PATCH 1/2] Commit 3
---
 text.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/text.txt b/text.txt index 3cccb16..87ee72e 100644 --- a/text.txt +++ b/text.txt @@ -1 +1 @@ -Commit early. Commit Often. +Commit early. Commit Often. Commit OFten -- 2.10.1
From 4d7776c39d380efca09493954b1a65e551a90f03 Mon Sep 17 00:00:00 2001 From: Yash Parikh <yashparikh@Yashs-MacBook-Pro.local> Date: Thu, 6 Apr 2017 16:14:32 -0700 Subject: [PATCH 2/2] Commit 4
---
 text.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/text.txt b/text.txt index 87ee72e..366c4af 100644 --- a/text.txt +++ b/text.txt @@ -1 +1 @@ -Commit early. Commit Often. Commit OFten +Commit early. Commit Often. Commit OFten. Commit Often -- 2.10.1
(Edited: 2017-04-06)
From fc28f4bc5b645424d9378801af416bc5246e0e96 Mon Sep 17 00:00:00 2001 From: Yash Parikh <yashparikh@Yashs-MacBook-Pro.local> Date: Thu, 6 Apr 2017 16:13:54 -0700 Subject: [PATCH 1/2] Commit 3 --- text.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.txt b/text.txt index 3cccb16..87ee72e 100644 --- a/text.txt +++ b/text.txt @@ -1 +1 @@ -Commit early. Commit Often. +Commit early. Commit Often. Commit OFten -- 2.10.1 From 4d7776c39d380efca09493954b1a65e551a90f03 Mon Sep 17 00:00:00 2001 From: Yash Parikh <yashparikh@Yashs-MacBook-Pro.local> Date: Thu, 6 Apr 2017 16:14:32 -0700 Subject: [PATCH 2/2] Commit 4 --- text.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.txt b/text.txt index 87ee72e..366c4af 100644 --- a/text.txt +++ b/text.txt @@ -1 +1 @@ -Commit early. Commit Often. Commit OFten +Commit early. Commit Often. Commit OFten. Commit Often -- 2.10.1

-- Apr 5 In-Class Exercise
Name: Hien Nguyen
$ git format-patch 50c5 0001-third-commit.patch 0002-fourth-commit.patch
From 75dcc1ea7cd8c1f12fa74ddf258c82fdf885b2de Mon Sep 17 00:00:00 2001 From: hien010 <hien010@gmail.com> Date: Wed, 5 Apr 2017 19:31:57 -0700 Subject: [PATCH 1/2] third commit
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 4e18611..9970e32 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@
 Commit early
+Commit often
 Commit often
\ No newline at end of file -- 2.12.2.windows.2
From a68defbd5d14f921fb5defe36b49758433bdb5f1 Mon Sep 17 00:00:00 2001 From: hien010 <hien010@gmail.com> Date: Wed, 5 Apr 2017 19:32:22 -0700 Subject: [PATCH 2/2] fourth commit
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@
 Commit early
 Commit often
+Commit often
 Commit often
\ No newline at end of file -- 2.12.2.windows.2
Name: Hien Nguyen $ git format-patch 50c5 0001-third-commit.patch 0002-fourth-commit.patch From 75dcc1ea7cd8c1f12fa74ddf258c82fdf885b2de Mon Sep 17 00:00:00 2001 From: hien010 <hien010@gmail.com> Date: Wed, 5 Apr 2017 19:31:57 -0700 Subject: [PATCH 1/2] third commit --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 4e18611..9970e32 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ Commit early +Commit often Commit often \ No newline at end of file -- 2.12.2.windows.2 From a68defbd5d14f921fb5defe36b49758433bdb5f1 Mon Sep 17 00:00:00 2001 From: hien010 <hien010@gmail.com> Date: Wed, 5 Apr 2017 19:32:22 -0700 Subject: [PATCH 2/2] fourth commit --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often +Commit often Commit often \ No newline at end of file -- 2.12.2.windows.2

-- Apr 5 In-Class Exercise
Name: Harita Shroff
From a8b13d8435dc60402a11d9d6b7235b558a07ea0f Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:42:03 -0700 Subject: [PATCH 1/3] first commit
---
 test.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test.txt b/test.txt index cceb6c9..4e18611 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,2 @@ -Commit early \ No newline at end of file +Commit early +Commit often \ No newline at end of file -- 2.10.2.windows.1
From e534b94cfa33ff6e391bfaad8db66a13c8a2a75c Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:42:45 -0700 Subject: [PATCH 2/3] second commit
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 4e18611..9970e32 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@
 Commit early
+Commit often
 Commit often
\ No newline at end of file -- 2.10.2.windows.1
From c577f4ab8967e04801fec2936375187901109ac6 Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:43:23 -0700 Subject: [PATCH 3/3] third commit
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@
 Commit early
 Commit often
+Commit often
 Commit often
\ No newline at end of file -- 2.10.2.windows.1
Name: Harita Shroff From a8b13d8435dc60402a11d9d6b7235b558a07ea0f Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:42:03 -0700 Subject: [PATCH 1/3] first commit --- test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.txt b/test.txt index cceb6c9..4e18611 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,2 @@ -Commit early \ No newline at end of file +Commit early +Commit often \ No newline at end of file -- 2.10.2.windows.1 From e534b94cfa33ff6e391bfaad8db66a13c8a2a75c Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:42:45 -0700 Subject: [PATCH 2/3] second commit --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 4e18611..9970e32 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ Commit early +Commit often Commit often \ No newline at end of file -- 2.10.2.windows.1 From c577f4ab8967e04801fec2936375187901109ac6 Mon Sep 17 00:00:00 2001 From: harita29 <harita.shroff@sjsu.edu> Date: Wed, 5 Apr 2017 19:43:23 -0700 Subject: [PATCH 3/3] third commit --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often +Commit often Commit often \ No newline at end of file -- 2.10.2.windows.1

-- Apr 5 In-Class Exercise
Name: Loan Vo From 1d5833da7f0367f2e702a04d0633007d09b32771 Mon Sep 17 00:00:00 2001 From: loanvo <loanvotx@gmail.com> Date: Wed, 5 Apr 2017 20:31:27 -0700 Subject: [PATCH] Third adding "commit often"
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@
 Commit early
 Commit often
+Commit often
 Commit often
\ No newline at end of file -- 2.10.1 (Apple Git-78)
(Edited: 2017-04-05)
'''Name: Loan Vo ''' From 1d5833da7f0367f2e702a04d0633007d09b32771 Mon Sep 17 00:00:00 2001 From: loanvo <loanvotx@gmail.com> Date: Wed, 5 Apr 2017 20:31:27 -0700 Subject: [PATCH] Third adding "commit often" --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 9970e32..2434eb5 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often +Commit often Commit often \ No newline at end of file -- 2.10.1 (Apple Git-78)

-- Apr 5 In-Class Exercise
Xavier Reid
From 78fb7f71054e94f7498a4f49ef7f68f930f38ed1 Mon Sep 17 00:00:00 2001 From: xreid <xreid@outlook.com> Date: Wed, 5 Apr 2017 23:31:13 -0700 Subject: [PATCH 1/2] Added 2nd 'Commit often'
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index ba8162c..6171d50 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@
 Commit early
 Commit often
+Commit often -- 2.10.1 (Apple Git-78)
From 5bb4570a3190696e2e0ff23b34c005d3505f56b2 Mon Sep 17 00:00:00 2001 From: xreid <xreid@outlook.com> Date: Wed, 5 Apr 2017 23:31:45 -0700 Subject: [PATCH 2/2] Added 3rd 'Commit often'
---
 test.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test.txt b/test.txt index 6171d50..02f2158 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@
 Commit early
 Commit often
 Commit often
+Commit often -- 2.10.1 (Apple Git-78)
Xavier Reid From 78fb7f71054e94f7498a4f49ef7f68f930f38ed1 Mon Sep 17 00:00:00 2001 From: xreid <xreid@outlook.com> Date: Wed, 5 Apr 2017 23:31:13 -0700 Subject: [PATCH 1/2] Added 2nd 'Commit often' --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index ba8162c..6171d50 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ Commit early Commit often +Commit often -- 2.10.1 (Apple Git-78) From 5bb4570a3190696e2e0ff23b34c005d3505f56b2 Mon Sep 17 00:00:00 2001 From: xreid <xreid@outlook.com> Date: Wed, 5 Apr 2017 23:31:45 -0700 Subject: [PATCH 2/2] Added 3rd 'Commit often' --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 6171d50..02f2158 100644 --- a/test.txt +++ b/test.txt @@ -1,3 +1,4 @@ Commit early Commit often Commit often +Commit often -- 2.10.1 (Apple Git-78)
[ Next ]
X