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

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

Open
Devaki01 opened this issue Nov 1, 2024 · 2 comments

Comments

@Devaki01
Copy link
Contributor

Devaki01 commented Nov 1, 2024

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.

Copy link

github-actions bot commented Nov 1, 2024

👋 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! 🚀

@Shubham-Zone
Copy link
Owner

@Devaki01 any update ?

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