This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Code Snippet | |
# 1. Fork the repository to your own Github account | |
# | |
# 2. Clone the project to your machine | |
git clone https://github.com/<your-github-username>/<repo-name>.git | |
# | |
# 3. Add Upstream or the remote of the original project to your local repository | |
# check remotes | |
git remote -v | |
git remote add upstream https://github.com/divanov11/Mumble.git |