Skip to content

Instantly share code, notes, and snippets.

View TIIGRUS's full-sized avatar
💭
I am fine!

Владимир Шевченко TIIGRUS

💭
I am fine!
View GitHub Profile
@TIIGRUS
TIIGRUS / gist:8a7a95d39d6bdd6ec857e301fd9cb03d
Created July 3, 2021 08:49 — forked from jtdp/gist:5443297
See changes before pulling from remote git repository
# fetch the changes from the remote
git fetch origin
# show commit logs of changes
git log master..origin/master
# show diffs of changes
git diff master..origin/master
# apply the changes by merge..
@TIIGRUS
TIIGRUS / cloudSettings
Last active June 28, 2020 13:49 — forked from neretin-trike/pug.md
Туториал по HTML препроцессору Pug (Jade)
{"lastUpload":"2020-06-28T13:48:58.069Z","extensionVersion":"v3.4.3"}