Make Local Changes and Update remote Repositories

From wikieduonline
Jump to navigation Jump to search

Example

Add local changes.

  • Stage/add files:
    • Add files to the folder or modify existing files.
    • Add new and modified files to the git staging area using the command:
      git add .[1] or git add some_modified_file.txt or git add -A
  • Commit changes"
    • Commit changes into the local repository using the command:
      git commit -m "<some message>"
  • Connect to a remote repository.


Activities

See also

Advertising: