git push origin :
Deleting your local branch is simple too.
git branch -d
You need to be on another branch. If you execute the command above on
error: Cannot delete the branch '
Software Engineer is(should be) a most efficient Problem Solver.
<servers> | |
<server> | |
<id>Releases</id> | |
<username>your-username</username> | |
<password>your-password</password> | |
</server> | |
<server> | |
<id>Snapshots</id> | |
<username>your-username</username> | |
<password>your-password</password> | |
</server> | |
</servers> |
<distributionManagement> | |
<repository> | |
<id>Releases</id> | |
<name>Release</name> | |
<url>http://localhost:8081/nexus/content/repositories/releases/</url> | |
</repository> | |
<snapshotRepository> | |
<id>Snapshots</id> | |
<name>Snapshot</name> | |
<url>http://localhost:8081/nexus/content/repositories/snapshots/</url> | |
</snapshotRepository> | |
</distributionManagement> |