How to fix “modified content, untracked content” in git?

前端 未结 6 871
逝去的感伤
逝去的感伤 2020-12-24 11:29

The objective is to commit a git branch. The output of \"git status\" for the branch is:

On branch zeromq_new
Your branch is up to date with         


        
6条回答
  •  温柔的废话
    2020-12-24 12:26

    I have closed the editor (Visual Studio) and I typed the usual commands:

    1. git add .
    2. git commit -m "Comment text"
    3. git push -u origin master

    This worked for me.

提交回复
热议问题