Skip to content

Commit

Permalink
fixing the git remote syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Dec 16, 2018
1 parent dbc9ab1 commit d1d4904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Preparing for development
- Fork moviepy using the button in the top right corner
- Clone your fork: `git clone https://github.com/yourname/moviepy.git`
- Add the main repository as a remote: `git add remote upstream https://github.com/Zulko/moviepy.git`
- Add the main repository as a remote: `git remote add upstream https://github.com/Zulko/moviepy.git`

## Standard workflow
- Pull any changes made to the main repository: `git pull upstream master`
Expand Down

0 comments on commit d1d4904

Please sign in to comment.