Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks done
Devaki01 opened this issue Jun 2, 2024 · 3 comments
Assignees

Comments

@Devaki01
Copy link
Contributor

Devaki01 commented Jun 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
@MAVRICK-1
Copy link
Owner

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
Copy link
Owner

@Devaki01 go ahead

@Devaki01
Copy link
Contributor Author

Devaki01 commented Jun 3, 2024

@Devaki01 go ahead

Okay, Thank you

@Devaki01 Devaki01 mentioned this issue Jun 4, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants