Test2_Day6

Tip 2 - How To List Commits

git log --oneline is an easy way to view the history of all successful commits

Tip 3 - How To Remove A Repository

Removing a repository cannot be done on your local machine. To complete this task, you complete the steps below:

  1. Login to your account.
  2. Click on Repositories.
  3. Select the Repository that you want to delete.
  4. Click on settings tab.
  5. Go to the "Danger Zone" block.
  6. Click on "Delete this repository".
  7. Type the name of the repository that you want to delete.
  8. Finally, click on "I understand the consequences, delete this repository".

Tip 4 - How To Add A Remote Repository

git remote add [remote name] [remote url] is the syntax for the command needed to add a remote repository to your local one.

term1-Repository

A repository can be a place where multiple databases or files are located for distribution over a network, or a repository can be a location that is directly accessible to the user without having to travel across a network. Also see data warehouse and data mining.

Term 3: Status

Status displays the state of the working directory and staging area. It lets you see which changes have been staged.

Term 4:MERGE

This combines the various versions of a file or folder