You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
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
Record
The text was updated successfully, but these errors were encountered: