andoriyaprashant / OpSo

OpSo is a Flutter app that provides comprehensive information about various open-source programs
MIT License
49 stars 95 forks source link

DOC: Add Basic Snapshotting(git status, git commit) , branching and merging commands #403

Closed Devaki01 closed 2 weeks ago

Devaki01 commented 2 weeks ago

What's wrong with the existing documentation

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

-git status -git add [file-name.txt] -git commit -m "[commit message]" -Branching and Merging

-git checkout -b [branch name] -git push -u origin [branch name] -git pull upstream main -git remote -v -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.

Please assign me this issue under ggsoc'24 extd.

Add ScreenShots

image

Record

github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

andoriyaprashant commented 2 weeks ago

Hello @Devaki01 I dont think we need this Thanks for contributing

github-actions[bot] commented 2 weeks ago

Hello @Devaki01! Your issue #403 has been closed. Thank you for your contribution!