Activity #5 Github Fundamentals

Git Commit: To save your changes to the local repository.


Git Pull: To fetch and integrate changes from a remote repository into your current branch.

Git Push: To upload your local commits to a remote repository.

Git Log: To view the commit history of the repository.

Git Fetch: To retrieve updates from a remote repository without merging them.

Git Branch: To manage branches in your repository.

Git Checkout (Branch-Name): To switch to an existing branch in the repository.

Git Checkout-N(New-Branch-Name): To create a new branch and switch to it at the same time.
