Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step6: Add or modify the required files. Using "git status" command to verify the newly added or modified files(It will shown as RED color in below screenshot).

Code Block
languagebash
themeDJango
$ git status
On branch rdk-next
Your branch is up to date with 'origin/rdk-next'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   system_defaults

no changes added to commit (use "git add" and/or "git commit -a")

...