Skip to content

Instantly share code, notes, and snippets.

View max-hk's full-sized avatar

max-hk

View GitHub Profile
@max-hk
max-hk / git_command.md
Last active March 5, 2020 10:23
Useful git commands

Useful git commands

A collection of useful git commands

Delete commit

CAUTION: git reset --hard will delete all local changes

Delete commit

@max-hk
max-hk / git-prompt.sh
Last active March 4, 2020 19:39
VS code theme Linux-style git bash
# %programfiles%\Git\etc\profile.d\git-prompt.sh
if test -f /etc/profile.d/git-sdk.sh
then
TITLEPREFIX=SDK-${MSYSTEM#MINGW}
fi
if test -f ~/.config/git/git-prompt.sh
then
. ~/.config/git/git-prompt.sh