| ... | ... | @@ -19,7 +19,7 @@ |
|
|
|
git commit -m <MSG> // Commit all staged changes, with (not)optional message
|
|
|
|
```
|
|
|
|
|
|
|
|
- "Oh shit" moments
|
|
|
|
- "Oh sh*t" moments
|
|
|
|
```
|
|
|
|
git checkout -- <FILE> // Reset changes to a specific file
|
|
|
|
git merge --abort // Abort a merge if there are any conflicts
|
| ... | ... | |