Skip to main content
Add end quotation marks to git commit message
Source Link

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting filesfiles" 

To give credit where it is due, here is the link to the source.

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files 

To give credit where it is due, here is the link to the source.

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files" 

To give credit where it is due, here is the link to the source.

Stack Overflow is like an encyclopedia, so we prefer to omit these types of phrases. It is assumed that everyone here is trying to be helpful.
Source Link
Dharman
  • 33.9k
  • 27
  • 106
  • 157

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files 

To give credit where it is due, here is the link to the source.

Hope this helps someone.

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files 

To give credit where it is due, here is the link to the source.

Hope this helps someone.

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files 

To give credit where it is due, here is the link to the source.

Source Link

I know I am late, but what worked for me (total git newbie) was executing the following set of git commands:

git rm -r --cached . git add . git commit -am "Remove ignored files and resubmitting files 

To give credit where it is due, here is the link to the source.

Hope this helps someone.