EGit - Eclipse GitHub Integration Basics

Опубликовано: 13 Декабрь 2024
на канале: Prof. Vanselow
445
7

Untracked = not staged or committed
Staged = about to be committed
Committed = "records changes to the repository", used in connection with your local repository
Repository = an on-disk data structure which stores metadata for a set of files and/or directory structure, one per project, local repository is on your computer, remote repository will be on GitHub
Push = sends to a remote repository
Pull = a Fetch followed by a Merge
Fetch = gets from a remote repository
Merge = combines repositories

Written instructions: https://sites.google.com/view/prof-v/...

Open first time from GitHub    • EGit - Eclipse GitHub Integration Basics  
Pull changes from GitHub    • EGit - Eclipse GitHub Integration Basics