Skip to content

SubZeroow/PLPBasicGitAssignmentNew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PLPBasicGitAssignment

Objective

This repository is part of a basic Git and GitHub assignment to practice setting up a repository, making commits, and pushing changes.

Steps Completed

  1. Created a GitHub repository and initialized it with a README.
  2. Created a local folder and connected it to the GitHub repository.
  3. Added a text file (hello.txt) with a greeting message.
  4. Staged and committed the changes.
  5. Pushed the changes to GitHub.
  6. Checked status of repository

Commands Used

cd /f/OneDrive/Projects/Classes/Power\ Learn\ Project/code/PLPBasicGitAssignmentNew
git init
$ git remote add origin https://github.com/SubZeroow/PLPBasicGitAssignmentNew
git add hello.txt
git commit -m "Added hello.txt with a greeting"
git push -u origin main
git status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published