Welcome SIL Bridge. This is our first step
- Go to this link https://github.com/SamTharani/SIL-Bridge
- Click Fork button
- go to the git bash/ git shell
- clone the project using following commands
- SIL-Bridge> git add .
- SIL-Bridge> git commit -m "Your commit message"
- SIL-Bridge> git push
- Do the Pull Request
*Assigns the original repository to a remote called "upstream"
- SIL-Bridge> git remote add upstream https://github.com/SamTharani/SIL-Bridge
*Fetches any new changes from the original repository
- SIL-Bridge> git fetch upstream
*Merges any changes fetched into your working files
- SIL-Bridge> git merge upstream/master