C_HANADEV_18 SAP Certified Development AssociateSAP HANA 2.0 SPS06

Loading demo links...

Showing 4–5 of 5 questions

Question 4

You need to synchronize all unsynchronized changes in your local Git branch to a remote

Git branch.Which operation do you use?

Select an option, then click Submit answer.

  • Pull

  • Rebase

  • Push

  • Reset


Question 5

You need to edit a database procedure. You are concerned that the version of the database procedure file you have in your local Git repository may not be synchronized with the latest version in the remote Git repository, but at this time, you do NOT want to sync the file. You only want to see the commits applied to the file in the remote repository.Which command must you use?

Select an option, then click Submit answer.

  • Git stash

  • Git fetch

  • Git merge

  • Git pull