User Tools

Site Tools


snippets:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
snippets:git [2019/08/07 13:26] allsparksnippets: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                   # Commit those changes git commit                   # Commit those changes
 +```
 +
 +## delete remote branch
 +
 +```
 +git push origin --delete feature/login
 ``` ```
snippets/git.1565177187.txt.gz · Last modified: by allspark