list only the remote branches
git branch -r
delete a remote branch
git push -d origin <branch_name>
remove stale/obsolete remote branch references from local
git fetch --all --prune
list only the remote branches
git branch -r
delete a remote branch
git push -d origin <branch_name>
remove stale/obsolete remote branch references from local
git fetch --all --prune
For further actions, you may consider blocking this person and/or reporting abuse
If you found DEV from searching around, here are a couple of our most popular articles on DEV:
Abhik Banerjee -
Abhik Banerjee -
Aarti Yadav -
Ryo Light -
Once suspended, j523 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, j523 will be able to comment and publish posts again.
Once unpublished, all posts by j523 will become hidden and only accessible to themselves.
If j523 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Vidisha Parab.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag j523:
Unflagging j523 will restore default visibility to their posts.
Top comments (0)