소스 검색

add git comments

Kr Younger 6 년 전
부모
커밋
98caf47957
1개의 변경된 파일13개의 추가작업 그리고 4개의 파일을 삭제
  1. 13
    4
      README.TXT

+ 13
- 4
README.TXT 파일 보기

@@ -62,11 +62,20 @@ Notice when reading the code...
62 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 80
 * Add more accounts to the default constructor of the Bank class.
72 81
 when you overdraft an account, print an alert message to the areaInfo object