Reposit Data Structure - Remote Repositories

6 important questions on Reposit Data Structure - Remote Repositories

How can a remote server be added with a 'reference name'.

$git remote add 'RemoteServerName' [URL]

What stands SSH for?

SSH: Secured Shell => encrypted communication towards server



What stands URL for and how is a URL build up.

URL: Uniform Resource Locator
http:   //user:pass (at)  example.com:229  /pathname.

Protocol:
HTTP: hypter Text Transfer Protocol
HTTPS: HTTP over Secure Channel
FTP: File Transfer Protocol

Authentication:
username:password@domain:port


  • Higher grades + faster learning
  • Never study anything twice
  • 100% sure, 100% understanding
Discover Study Smart

What is the difference between a pull and a fetch?

A pull fetches the data from the server you cloned and tries to automatic merge the data.
A fetch fetches all branches on the remote server but does not merge them.

When does a push succeed?

User has write access to server and no other user has pushed before (without user merging these updates).

What is a TAG and how can it be used?

A TAG is a release point (marker) that can be set at a certain snapshot.
$git tag

The question on the page originate from the summary of the following study material:

  • A unique study and practice tool
  • Never study anything twice again
  • Get the grades you hope for
  • 100% sure, 100% understanding
Remember faster, study better. Scientifically proven.
Trustpilot Logo