Skip to content

Instantly share code, notes, and snippets.

View itzomen's full-sized avatar
:octocat:
Grindin'

Peng Boris Akebuon itzomen

:octocat:
Grindin'
View GitHub Profile
@itzomen
itzomen / github-fork-and-pull-beginner.sh
Last active June 29, 2022 17:03
Contribute to an Open-source project with GitHub
# 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