Shubham-Zone / Citizen_Squad

The RTO Abandoned Vehicle App utilizes OCR and APIs to identify and report abandoned or criminal vehicles, as well as potholes and garbage, to the relevant authorities. Built with Flutter and Firebase, it secured 5th position in the Codex'24 hackathon.
MIT License
5 stars 34 forks source link

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

Open Devaki01 opened 3 days ago

Devaki01 commented 3 days ago

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.

github-actions[bot] commented 3 days ago

👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀