git skip staging area- chapter 3

Table of contents

  1. skipping the staging area

    git add.

First, make any changes inside the project Directory or .. if you have already worked on it

  1. git commit -a -m "third commit to skipping the stage area"

This will directly commit on remote by skipping the Staging Area

  1. Now, you can check, by git log, to check all the history

    git log