ACTIVITY #4 Git Fundamentals Documentation on Hashnode.com | Aligan, Rhed N.

ACTIVITY #4 Git Fundamentals Documentation on Hashnode.com | Aligan, Rhed N.

  1. Check Git Version

  1. Configure Git

  2. Create Folder to specific path

    I already make a file of python so we can see the changes otherwise, no commit changes will display.

  3. Initialize a Git Repository

  1. Add Files to the Repository

. means all files we can able specifically add file to our repository, just change the . into the filename belong with file extension

  1. Check the Status

It determined what are the files you have in a folder.

  1. Commit Changes

along with message "This is file Python determined or give a description of what inside of a file.

  1. View Commit History