Ultimate GitHub Guide : devops-3
Git Lifecycle
Working directory → Staging Area → Git directory
Untracked
A file that has been created in the working directory but has not yet been added to the Git repository.
Git doesn’t track changes to this file because it hasn’t been added to...
hsujan.hashnode.dev8 min read