Skip to content

Commit cc481c5

Browse files
committed
Revert "Fix typo in CONTRIBUTING.md"
This reverts commit 4e852e1.
1 parent 4e852e1 commit cc481c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Install Git:
1919
1. Fork this repository on Github.
2020
2. Clone it onto your computer by opening terminal and running the command $ git clone https ://github.com/{your username}/ACM-ICPC-Algorithms.git
2121
3. Use the actual name of the repository to change into that directory (eg. *$ cd repository*) and create and switch to a new branch by the following command: $ git checkout -b new-branch
22-
4. After modifying existing files or adding new files to the project, add them locally to your repository using $ git add -A command where A is the file
22+
4. After modifying existing files or adding new files to the project, add them locally to your repository using $ gid add -A command where A is the file
2323
5. Add a short message about what you contributed for with the git commit command. For eg. $ git commit -m "Fixed documentation typos"
2424
6. Now use the command $ git push --set-upstream origin new-branch to push the changes to the current branch of your forked repository
2525
7. Now you can create a Pull Request with the chosen branch as new-branch

0 commit comments

Comments
 (0)