Skip to content

SamridhiArora18/Hactoberfest2022

 
 

Repository files navigation

Hactoberfest 2022

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/Hactoberfest2021

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 34.5%
  • Python 29.9%
  • C 13.6%
  • Java 9.6%
  • Dart 2.6%
  • HTML 2.5%
  • Other 7.3%