can i add untracked file in previous commit using commit --amend command code example
Example: git add file to last commit
git add the_left_out_file
git commit --amend --no-edit
git add the_left_out_file
git commit --amend --no-edit