Delete Git Branch
Tasks
- Delete the - xfusioncorp_betabranch from the Git repo at- /usr/src/kodekloudrepos/betaon the Storage Server.
Steps
1
SSH into the Storage server:
ssh natasha@ststor012
3
Check if this branch is exist there or now
sudo git branch --list xfusioncorp_beta4
Check the branches
sudo git branch5
Change to the master
sudo git checkout master
6
Change the permissions
sudo chown -R natasha /usr/src/kodekloudrepos/beta
sudo chmod -R u+rwx /usr/src/kodekloudrepos/beta7
Delete the branch
git branch -D xfusioncorp_beta
Last updated
