Skip to content

vishalrock1912/Hactoberfest2022-1

 
 

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++ 35.0%
  • Python 30.2%
  • C 15.1%
  • Java 9.9%
  • Jupyter Notebook 2.5%
  • HTML 2.0%
  • Other 5.3%