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

Updated README.md #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Alternatively,
(Before committing all files, check if all files are staged atleast. It can be checked using `git status`).
- Make a new branch to make PR: `git checkout -b <branch_name>`
- Add your programs in correct locations: `git add .` (Adds all files here)
[In here instead of adding all files directly using `.`, we can just add files which are required let's say `git add x.txt y.txt` and then commit for them saying `git commit -m "Added x & y text files`"]
- Commit your changes: `git commit -m "Some_Commit_Message"`. (Committed all files)
- Finally, you just need to push all the changes by doing: `git push origin <branch_name>`.

Expand Down