As given below - I have committed the file from my workspace using -a option in the branch RB-1.1 but it seems to be still in untracked status.
Please suggest -
kumar113@sony MINGW64 ~/Documents/Hera_GitLab/testproject-for-hera (RB-1.1)
$ git commit -a -m "added pyhton file"
On branch RB-1.1
Untracked files:
(use "git add <file>..." to include in what will be committed)
apqr_read.py
nothing added to commit but untracked files present (use "git add" to track)
kumar113@sony MINGW64 ~/Documents/Hera_GitLab/testproject-for-hera (RB-1.1)
$ git status
On branch RB-1.1
Untracked files:
(use "git add <file>..." to include in what will be committed)
apqr_read.py
nothing added to commit but untracked files present (use "git add" to track)