Skip to content

Instantly share code, notes, and snippets.

View sdg7onado's full-sized avatar
🎯
Focusing

Okechukwu Agufuobi sdg7onado

🎯
Focusing
View GitHub Profile
@sdg7onado
sdg7onado / nomatchinghistoryfix.md
Created March 26, 2022 04:55
How to Fix the Error: There isn’t anything to compare: main and development are entirely different commit histories.

How to Fix the Error: There isn’t anything to compare. main and development are entirely different commit histories.

Definitions

  1. 'main' out of date

  2. 'development' up to date

  3. 'issue' Unable to create PR from 'development' onto 'main' due to the following error: There isn’t anything to compare. main and development are entirely different commit histories.

Assumptions

  1. Fair understanding of Git

@sdg7onado
sdg7onado / django_proxy.py
Last active February 17, 2022 15:42
Installing Python dependencies from behind a corporate proxy
Hi,
So recently I had a need to install Django on my corporate machine.
Since I was connected to the Internet from behind a proxy, I encountered connection errors.
I will state what I did to get this to work.
#Problem:
Unable to install Python dependencies from behind a proxy
#Assumptions