Skip to content

Instantly share code, notes, and snippets.

1. git diff csak a staged fájlokon:
git diff --cached
2. adott kommittal bekerült diff + message (csak egy kommitra jó)
git show 9030b35ed8d05dcfffc2e9b725b8456197af6e84,
3. ha elrontottad a saját mastered és nem pusholtál még az originbe:
@bpeterm
bpeterm / 0_reuse_code.js
Last active August 29, 2015 14:22
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