Campus-Advisors / github-education-teacher-training-DrScovetta

github-education-teacher-training-DrScovetta created by GitHub Classroom
MIT License
0 stars 0 forks source link

Module 1.3 Assignment #3

Open DrVdotorg opened 1 year ago

DrVdotorg commented 1 year ago

Adding the following instruction for my students: Create a new file called teacher_training.txt in the directory you created in Module 1.2 Using your favorite editor add one line of text "Hello GitHub Education!!" in teacher_training.txt Save the file

Start Git Bash Display the files in the Working Directory Display the file(s) not in the Staging Area Add the teacher_training.txt to the Staging Area Confirm teacher_training.txt is in the Staging Area Commit the changes to the Repository ADDING an appropriate comment Display the Repository status

Edit teacher_training.txt using your favorite editor Change one line of text from "Hello GitHub Education!!" to "Hola GitHub Education!!" Save the changes Display the difference between what in the Working Directory and not yet in the Staging Area What are the difference? Add the teacher_training.txt to the Staging Area Display the difference between what in the Working Directory and not yet in the Staging Area What are the difference?

Compare what is in the Staging Area to what is in the Repository what's the difference? Commit the changes to the Repository ADDING an appropriate comment Compare what is in the Staging Area to what is in the Repository what's the difference?

+++++++++++++++++++++++++++++++++++++++++++++++++ Edit the file teacher_training.txt in the directory you created in Module 1.2 Change one line of text from "Hola GitHub Education!!" to "Holala GitHib Education!!" Save the changes Create a new file called student_training.txt in the directory you created in Module 1.2 Using your favorite editor add one line of text "Hello Student Education!!" in student_training.txt Save the file

Start Git Bash Display the files in the Working Directory Display the file(s) not in the Staging Area Display the file(s) not in the Repository What are the STATES of the files?

Add the student_training.txt to the Staging Area Confirm student_training.txt is in the Staging Area Display the Repository status Commit the changes to the Repository ADDING an appropriate comment Display the Repository status

Add the teacher_training.txt to the Staging Area Confirm teacher_training.txt is in the Staging Area Display the Repository status Commit the changes to the Repository ADDING an appropriate comment Display the Repository status