Table of Contents

Git Notes

I was using Git to backup “panelDrive.” This is located at c:\users\dan\git. Issuing “git remote -v” will show that these are connected to remote repository "ssh://git@stopstogo.com/home/git/repo.git".

3/5/2019

YouTube Videos

Command Line Client

How to create new branch

How to merge branch back to "master

Git TAGs

Tagging in Git refers to creating specific points in history for your repository/data.

  1. To Mark release points for your code/data (stable release point)
  2. To create historic restore points

Add Github project to eclipse

https://www.youtube.com/watch?v=LPT7v69guVY