This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| snippets:git [2019/08/07 13:26] – allspark | snippets:git [2022/06/28 10:32] (current) – allspark | ||
|---|---|---|---|
| Line 77: | Line 77: | ||
| git add --patch . # Add whatever changes you want | git add --patch . # Add whatever changes you want | ||
| git commit | git commit | ||
| + | ``` | ||
| + | |||
| + | ## delete remote branch | ||
| + | |||
| + | ``` | ||
| + | git push origin --delete feature/ | ||
| ``` | ``` | ||