Skip to content

amansaini01/Hactoberfest2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hactoberfest2020

Some Basic Program in Various Languages.

Update your Repository with main

Add the remote, call it "upstream":

git remote add upstream https://github.com/vinayskywalker/Hactoberfest2020

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.4%
  • Python 18.5%
  • Jupyter Notebook 16.7%
  • C 16.6%
  • Java 3.8%
  • JavaScript 1.0%