Skip to content

Instantly share code, notes, and snippets.

View j2doll's full-sized avatar
πŸ’­
1️⃣ πŸ˜„ 2️⃣ 😭

Jay Two j2doll

πŸ’­
1️⃣ πŸ˜„ 2️⃣ 😭
View GitHub Profile
@j2doll
j2doll / configure_muliple_gcc.sh
Created June 9, 2018 14:46 — forked from SunnyRaj/configure_muliple_gcc.sh
Configure multiple GCC versions on ubuntu
#!/usr/bin/env bash
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt update
sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all g++
sudo apt-get install -y gcc-4.8 g++-4.8 gcc-4.9 g++-4.9 gcc-5 g++-5 gcc-6 g++-6 gcc-7 g++-7
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10
@j2doll
j2doll / GitDeleteCommands.ps1
Created May 25, 2018 00:12 — forked from cmatskas/GitDeleteCommands.ps1
Git Delete Branch commands
## Delete a remote branch
$ git push origin --delete <branch> # Git version 1.7.0 or newer
$ git push origin :<branch> # Git versions older than 1.7.0
## Delete a local branch
$ git branch --delete <branch>
$ git branch -d <branch> # Shorter version
$ git branch -D <branch> # Force delete un-merged branches
## Delete a local remote-tracking branch
@j2doll
j2doll / gist:cc582c983daa04294d5191387af3da21
Last active July 25, 2024 07:18 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

gist 원본 : https://gist.github.com/rxaviers/7360908

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink: