为什么git不会添加要提交的更改?

时间:2017-06-22 08:23:02

标签: git

我正在尝试添加一些更改并使用git提交它们。有人可以告诉我为什么我不能使用正常的git add *commit这些更改?这里有一些屏幕截图显示发生了什么。

$ git status

enter image description here

$ git add * 

enter image description here

$ git commit ...

enter image description here

2 个答案:

答案 0 :(得分:2)

您也可以使用import React from 'react'; export default function GamesList({games}) => { const emptyMessage = ( <p>There are no game yet in your collection.</p> ); const gamesList = ( <p>games list</p> ); return( <div> {games.length === 0 ? emptyMessage : gamesList} </div> ); } GamesList.propTypes = { games: React.PropTypes.array.isRequired } 。您可以访问here

答案 1 :(得分:1)

您可以尝试<xsl:template match="group[grouptype/typevalue[level = 0] = 'RECORD']"/> 导致删除的文件存在。

git add -A

N.B。 $ git add -A # stage New, Modified and Deleted files $ git commit -m 'Remove scripts folder and update pycopi' $ git push origin HEAD 仅暂存git add .new个文件而不是modified个文件。