Skip to content

Instantly share code, notes, and snippets.

@y0k4i-1337
y0k4i-1337 / device_state.sh
Last active October 8, 2021 18:58 — forked from raphaunix/device_state.sh
Quick adjustment
#!/bin/sh
set -u
ECHO=/bin/echo
GREP=/bin/grep
CUT=/usr/bin/cut
CAT=/bin/cat
MOUNTPOINT=/bin/mountpoint
LSBLK=/bin/lsblk
@y0k4i-1337
y0k4i-1337 / python-scientific-computing.md
Last active April 26, 2020 01:49 — forked from sebp/python-scientific-computing.md
Overview of Python Packages for Scientific Computing
@y0k4i-1337
y0k4i-1337 / Storing-Images-On-Github.md
Last active June 6, 2019 18:40 — forked from joncardasis/Storing-Images-On-Github.md
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets