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

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

Midule 1.2 Assignment #2

Open DrVdotorg opened 1 year ago

DrVdotorg commented 1 year ago

What module is your suggestion regarding? Ex 1.2

What is your suggestion for improving this module? Update GitHub to provide all CLI that are typically used in Bash Since Atom is no longer supported... replace it with another commonly used IDE (i.e. Netbeans, VS, VSC, Eclipse, etc.)

Additional context Add any other context or screenshots about the suggestion here.

DrVdotorg commented 1 year ago

My student's first assignment will include: Start Git Bash Point to flashdrive Create a directory "gitplay" using the command mkdir Change directory using the command cd gitplay Set the git config --global user.name to your name Set the git config --global user.email to your email address Set the git config --global color.ui to auto Set the git config --global --add safe.directory to your flashdrive & directory Display the git config --global setting Initialize the git repository Create a README.md file in your directory using the touch command Make sure README.md is in your Working Directory by checking your status with git status Move README.md from the Working Directory to the Staging Area by using git add Make sure README.md is in your Staging Area by checking your status with git status Commit README.md to your repository using git commit (you must add comment) Make sure your Working Directory and Staging Area are clean with git status Make sure your commit has been logged into your repository by using git log