Answer:
Log
Explanation:
The git log command enables you to display a list of all of the commits on your current branch
Answer:
there should be an option to attach an item. if not try pasting it
Explanation:
Answer: Using secure copy 'SCP' we can copy all files from a remote directory into local folder. It also replaces existing files.
Explanation:
This is illustrated as follows:
scp -r [email protected]:/path/to/server/source/folder/ .
-r is recursively copy all files
username is your username in your system
IP, here you cab specify the IP or type the website such as www.google.com
Then we specify the path, complete path
"." dot here refers the current directory. To copy the contents in the current directory.
D it is because its .a5.g1
Option A because the environment should be selected for which the changes are to be applied. In a time Force IDE has many project environments for example maybe a java project and C++ project would be there on sandbox, so the environment selection is important.
Option B because the related changed sets should be specified so that other developers that have access to the project can see the changes being made.
Option D The data fields that are needed to be deployed should also be provided so that the updated version can be seen by other developers.
Rejected Options :
Option C user name and password has nothing to do with the production environment because if the user has it only then it can come and make changes.