Untracked files:
.DS_Store KickBalliOS/
nothing added to commit but untracked files present
This is a newly added file locally, but the repository has no tracking record. Just use git add .
You don’t have git add?
It should be that you have not established tracking. Use git branch --set-upstream-to=origin/<remote branch name> <local branch name> to handle it.
This is a newly added file locally, but the repository has no tracking record. Just use git add .
You don’t have git add?
It should be that you have not established tracking. Use git branch --set-upstream-to=origin/<remote branch name> <local branch name> to handle it.