Skip to content

Instantly share code, notes, and snippets.

View manooog's full-sized avatar
🎯
Focusing

manooog manooog

🎯
Focusing
View GitHub Profile
@manooog
manooog / .gitconfig
Created November 29, 2018 05:07
Git配置
[alias]
st = status
co = checkout
ci = commit
pr = pull --rebase
ps = push
br = branch
unstage = reset HEAD
last = log -1
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%$
@manooog
manooog / cloudSettings
Last active December 3, 2020 07:34
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-12-03T07:34:42.557Z","extensionVersion":"v3.4.3"}
@manooog
manooog / cloudSettings
Last active June 25, 2021 02:14
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-25T02:14:11.925Z","extensionVersion":"v3.4.3"}
@manooog
manooog / 0_reuse_code.js
Created September 19, 2016 09:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console