Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 994 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 994 Bytes

Hactoberfest 2023

Welcome You all for the contribution. Make Valid Changes in this project .

JS-Game

https://youtu.be/08tk0ayBEUM

image

Update your Repository with main

Add the remote, call it "upstream" :

git remote add upstream https://github.com/ayushi-ras/JS-Game

Fetch all the branches of that remote into remote-tracking branches, such as upstream/main:

git fetch upstream 

Make sure that you're on your main branch:

git checkout main 

Rewrite your main branch so that any commits of yours that aren't already in upstream/main are replayed on top of that other branch:

git rebase upstream/main

Project Contributors