This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |