Skip to content

ayushi-ras/JS-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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