Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Simple Workaround to Change Permissions of test6 in Exercise #3 (42 Piscine Day00)
  2.  
  3. -- Push your existing local repository to the Git server before proceeding, you can also move your existing folder into the
  4. -- goinfre directory, but this is using what's on the Git server and cloning it into the goinfre directory.
  5.  
  6. 0. Open Terminal
  7. 1. cd /
  8. 2. cd Volumes/Storage/goinfre/<intra username>
  9. 3. git clone <repo> <directory>
  10. 4. cd <directory>/ex03/
  11. 5. chmod 755 test6
  12.  
  13. Side Note: Timestamps and Other Information will change when you clone the repository.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement