Skip to content

Instantly share code, notes, and snippets.

View Syncrossus's full-sized avatar

Syncrossus

View GitHub Profile
package main
import (
"encoding/json"
"encoding/xml"
"flag"
"fmt"
"io"
"io/ioutil"
"log"

Upload images to GitHub

  1. Create a new issue on GitHub.

  2. Drag an image into the comment field.

  3. Wait for the upload process to finish.

  4. Copy the URL and use it in your Markdown files on GitHub.

Git Cheat Sheet

Commands

Getting Started

git init

or