Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Github Help GltHub Help: Please tell me (as closely as possible) what to type in

ID: 638979 • Letter: G

Question

Github Help

GltHub Help: Please tell me (as closely as possible) what to type in the git hub terminal to make the following steps happen within a premade repository named ''blahblahblah''... 1. Create and go to directory User1 2. Clone repository 3. This should create a directory called blahblahblah under directory User1 4. Go to directory blahblahblah 5. Create and go to directory Test 1 (under blahblahblah) 6. Create a file called info.txt that contains only one line with your first and last name 7. Commit the file to your local repo with comment Added info file? 8. Create a branch called chicken and switch to it 9. Create a file called diva.txt (the content of the file is irrelevant) 10. Commit the file to your local repo (it should be in branch develop'') with comment -Added dev 1 file? 11. Switch to the ''master'' branch 12. Edit file info.txt and add your zip code in a separate line 13. Commit the file to your local repo with comment Edited info file? 14 Merge the develop? branch into the master? branch (any commit message is fine here) 15. Push all branches to the remote repository

Explanation / Answer

cd User1
git clone ....bla bla....
cd bla bla
git checkout -b chicken
git commit -m bla bla
git push -u chicken bla bla
git pull chicken
git checkout master
git merge chicken

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote