Skip to content

pushed index.html 22BCE10681#4

Open
giriraj-parsewar wants to merge 2 commits into
VITB-SE:mainfrom
giriraj-parsewar:main
Open

pushed index.html 22BCE10681#4
giriraj-parsewar wants to merge 2 commits into
VITB-SE:mainfrom
giriraj-parsewar:main

Conversation

@giriraj-parsewar
Copy link
Copy Markdown

Initial Commit for Software Engineering Repository

Author: Giriraj
Registration Number: 22BCE10681

Description

This README file serves as the initial commit to the repository to demonstrate that I have successfully:

  1. Cloned the project repository provided by the instructor.
  2. Made changes by adding this README file.
  3. Committed the changes locally.
  4. Pushed the changes to the remote repository.

Git Commands Used

  1. Clone the Repository

    git clone https://github.com/VITB-SE/Software-Engineering
  2. Add the README File

    echo "# Initial Commit for Software Engineering Repository" > README.md
  3. Stage the Changes

    git add README.md
  4. Commit the Changes Locally

    git commit -m "Initial commit with README by Giriraj (22BCE10681)"
  5. Push the Changes to Remote

    git push origin main

Outcome

This demonstrates my understanding of basic Git operations including cloning, adding, committing, and pushing changes to a remote repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant