All the changes have been indeed tracked. I don't understand why git is warning me about untracked files here. EDIT: Ok I see a lot of confused ...
Remember that each file in your working directory can be in one of two states: tracked or untracked. Tracked files are files that were in the last snapshot; they can ...
Doing so will let you easily pull in changes from the source repository while keeping the files “flat” in your repository (no submodules).
want to add all existing files so that your changes will all be tracked from that point forward.
Tracked files are the ones that have been added and committed and git
Before proceeding, make sure all your changes are committed, including your . gitignore file. Step 2: Remove everything from the repository. To ...
For e.g. a list of files changed, list of tracked changes on staging, untracked changes on local and information about current branch & commits.
untracked_dir/file $ git status On branch master Initial commit Changes to be ...
we now see that the rockets.txt file is now showing under the untracked files.
Put any files in the Unversioned Files changelist under version control by