You want to add your changes to the stage using Git? Here we go:

  • git add -A. It adds all files to the stages.
  • git add .. It adds new and modified, but without deleted files.
  • git add -u. It adds to the stages modified and deleted, but without new files.

Then commit using: git commit -m "Here is a commit message".

Comments

You can leave a response, or trackback from your own site.

Before you add comment see for rules.

Leave a Reply

Your email address will not be published. Required fields are marked *

7h4f4w