This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cheatsheet:git [2023/07/24 08:45] – kamaradski | cheatsheet:git [2023/07/24 08:46] (current) – [other common commands] kamaradski | ||
|---|---|---|---|
| Line 59: | Line 59: | ||
| git add . | git add . | ||
| git commit -m "Your commit message here" | git commit -m "Your commit message here" | ||
| + | git stash drop // delete the stash in case yuo no longer need it | ||
| </ | </ | ||
| Line 81: | Line 82: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| ===== .git/config ===== | ===== .git/config ===== | ||