MAVRICK-1 / EduWeb

https://edu-web-ruby.vercel.app
14 stars 20 forks source link

[Documentation Update]: Add Basic Snapshotting(git status, git commit) , branching and merging commands #54

Open Devaki01 opened 3 weeks ago

Devaki01 commented 3 weeks ago

Is there an existing issue for this?

Issue Description

The existing Readme.md file contains commands for cloning the projects to the users' local system. I would like to contribute by adding commands for branching, committing changes as well as push the changes in proper format.

Suggested Change

I would like to contribute by adding following commands:

Basic Snapshotting

  1. git status
  2. git add [file-name.txt]
  3. git commit -m "[commit message]"

Branching and Merging

  1. git checkout -b [branch name]
  2. git push -u origin [branch name]
  3. git pull upstream main
  4. git remote -v
  5. git remote add upstream

Rationale

Contributors, especially the ones new to open source contributions will find it easier to contribute and thus it would play a role in ensuring easy workflow.

Urgency

High

Record

MAVRICK-1 commented 3 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

MAVRICK-1 commented 3 weeks ago

@Devaki01 go ahead

Devaki01 commented 3 weeks ago

@Devaki01 go ahead

Okay, Thank you