init
This commit is contained in:
9
README
9
README
@@ -28,3 +28,12 @@ Unmount your /usr partition:
|
|||||||
(root)# umount -R /usr
|
(root)# umount -R /usr
|
||||||
OR
|
OR
|
||||||
(root)# umount /dev/sdX # the drive mounted to /usr
|
(root)# umount /dev/sdX # the drive mounted to /usr
|
||||||
|
|
||||||
|
Pull the latest version for your branch:
|
||||||
|
|
||||||
|
(root)# git pull
|
||||||
|
|
||||||
|
Or, if you want to migrate to a new branch:
|
||||||
|
|
||||||
|
(root)# git checkout branch_name
|
||||||
|
(root)# git pull
|
||||||
|
|||||||
Reference in New Issue
Block a user