new

Try Stack Overflow for Business

Our new business plan for private Q&A; offers single sign-on and advanced features. Get started by May 31 for 2 months free.

Learn more
5 added 5 characters in body
source | link

This is simple: Just run the following command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

(here example is the branch name)

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the following command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the following command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example

(here example is the branch name)

And after that delete remote branch using command:

git push origin :example
4 added 1 character in body
source | link

This is simple: Just run the folowingfollowing command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the folowing command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the following command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example
3 Rollback to Revision 1
source | link

This is simple: Just run the followingfolowing command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the following command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example

This is simple: Just run the folowing command:

To delete a Git branch both locally and remotely, first delete the local branch using command:

git branch -d example [here example is the branch name]

And after that delete remote branch using command:

git push origin :example
2 spelling
source | link
1
source | link