GovardhanR26 / git-learn

A public repository to learn git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Git Here

Scenario 1

Newly created files are untracked
Newly created files are untracked. If we stage them, they get tracked and staged. If we restore --staged these changes, the file goes back to untracked.

Scenario 2

Local master is ahead of remote master by 2 commits. What happens when we do a git pull? Alt text
It shows "Already up to date". No new commits added.

About

A public repository to learn git.


Languages

Language:HTML 100.0%