Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please screenshot your command line terminal that shows all the steps!! also please explain the steps as well if you can. thank you o help

Please screenshot your command line terminal that shows all the steps!! also please explain the steps as well if you can. thank you

image text in transcribedimage text in transcribed

o help you. If using Windows, it is recommended to use GitBash as your terminal. You will create a new directory in your home directory called csci2020u. We'll make this folder a Git repository. Use the following steps to complete this lab: 1. Create a new directory called csci2020u 2. Change into this directory 3. Initialize the current directory as a new Git repository 4. Make a new directory, called lab01 5. Add the lab01 directory to Git 6. Commit all changes to the local repository (for all commits, include a useful message) 7. Sign-up for a new GitHub account (or log into an existing one) 8. Create a new repository on your GitHub account, called csci2020u_ 9. Set this GitHub repository as a remote origin linked with the local Git repository 10. Push all changes to the remote repository 11. In the lab01 directory, create a new Java source file 12. View the changes in the files 13. Commit the changes to the repository 14. Compare your local repository contents with the contents of the remote repository on GitHub 15. Create a .gitignore file to ignore files that are normally not committed to a repository (e.g. .class files) 16. Make changes to the cloned repository 17. Compare the two repositories (remote and local cloned) 18. Commit the changes to the local (cloned) repository 19. Compare the two repositories again 20. Push the changes to the remote repository 21. Pull the changes you've just made Part 2: Branching and Merging In this part, you'll create a new branch, called beta, and make some changes to your source file. Follow these instructions to finish this part of the lab: 1. Create a new branch, called beta 2. Switch to the new branch (beta) 3. Make some changes to the beta branch 6. Check in the master branch (observe the changes) 4. Make some changes to the master branch 5. Compare the two branches 7. Merge the changes together into the original (master) branch

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Edward Sciore

2nd Edition

3030338355, 978-3030338350

More Books

Students also viewed these Databases questions