Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which of the following tells git that you want to track a particula my File,js in the repository? file name 5. a. git init myFile.js

image text in transcribed
Which of the following tells git that you want to track a particula my File,js in the repository? file name 5. a. git init myFile.js b. git add myFile.js c. git commit my File.js d. git push myFile.js https://mygit.com/myuser/myrepo) that we want to refer to as backuprepo" to our local git, we would use the command a. git remote backuprepo https://mygit.com/myuser/myrepo b. , git add backuprepo https://mygit.com/myuser/myrepo c git add backup backuprepo https://mygit.com/myuser/myrepo d. git remote add backuprepo https://mygit.com/myuser/myrepo e git push backuprepo https://mygit.com/myuser/myrepo 7. A version control system ill attempt conflict resolution in order to maintain changes to files when more then one developer has made changes to the same file. How would git respond to a situation where 2 developers both changed and committed different versions of the same line of code? The system would require a merge to be performed The system would automatically choose the best option based on maintaining error free code. The system would automatically choose the most recent change. The system will require one of the developers to remove their change a. b. c. d. 8. JavaScript's syntax is considered to be based upon and very similar to which one of the following languages? a. Visual Basic b. ActionScript . d. COBOL Which of the following determines whether or not a browser supports a specific JavaScript feature by testing for it first? 9. a. Progressive Enhancement b. Ignoring the problenm c. Graceful Degradation d. Syntax Highlighting

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

MySQL/PHP Database Applications

Authors: Jay Greenspan, Brad Bulger

1st Edition

978-0764535376

More Books

Students also viewed these Databases questions