Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Throwy authored Nov 15, 2021
1 parent d94213f commit 3d17dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Any helpful tidbit of information that I want to be able to find later.

## Git

# branches
### branches
delete a branch remotely and locally
```
git push -d <remote_name> <branchname>
git branch -d <branchname>
```


aliases
### aliases
```
[alias]
s = status
Expand Down

0 comments on commit 3d17dfe

Please sign in to comment.