Skip to content

Instantly share code, notes, and snippets.

View Zenahr's full-sized avatar
💜

Zenahr Barzani Zenahr

💜
View GitHub Profile
@Zenahr
Zenahr / gist.txt
Created May 26, 2020 18:33
Add empty branch to remote git repo
git push origin origin:refs/heads/new_feature_name
git fetch origin
git branch -r
git checkout --track -b new_feature_name origin/new_feature_name
alternative:
git checkout --orphan new-empty-branch
git rm -rf .
@Zenahr
Zenahr / license-badges.md
Created May 24, 2020 17:02 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes