Browse Source

add git comments

Kr Younger 6 years ago
parent
commit
98caf47957
1 changed files with 13 additions and 4 deletions
  1. 13
    4
      README.TXT

+ 13
- 4
README.TXT View File

62
 Things to Change for the Lab
62
 Things to Change for the Lab
63
 ============================
63
 ============================
64
 
64
 
65
-**FIRST,** fork this repo into your own account. 
66
-           =====================================
65
+FIRST, fork this repo into your own account. 
66
+       =====================================
67
+
68
+     After getting each of these items completed, 
69
+     be sure to do a 'git commit' to save you work. 
70
+     Never Lose Code. 
71
+     NEVER LOSE CODE. EVER. :-)
72
+
73
+How about making a new git branch, named "dev" from the master branch for you to do all
74
+your work in?? (what great idea!)
75
+
76
+NOW, maybe you're ready to start making changes. 
77
+
67
 
78
 
68
-**After getting each of these items completed, be sure to do a 'git commit'
69
-to save you work. Never Lose Code. NEVER LOSE CODE. EVER. :-)**
70
 
79
 
71
 * Add more accounts to the default constructor of the Bank class.
80
 * Add more accounts to the default constructor of the Bank class.
72
 when you overdraft an account, print an alert message to the areaInfo object
81
 when you overdraft an account, print an alert message to the areaInfo object