Gunjan-khatri / Hactoberfest2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 43.9%Language:C 18.3%Language:Python 13.5%Language:Java 11.9%Language:Jupyter Notebook 3.2%Language:HTML 2.6%Language:Dart 2.5%Language:Makefile 2.1%Language:JavaScript 1.4%Language:CSS 0.5%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%