Git Operations
Another extremely useful feature of FOKS is Encrypted Git Hosting.
For the powershell work I've done so far in testing FOKS, I've created a git repository.
Created a FOKS team foks_apps
PS> foks team create foks_apps
Create a git repository
PS> foks git create FoksApi --team foks_apps
Created: foks://foks.app/t:foks_apps/foksapi
Anyone who is a member of the foks_apps team has access to this repository.
Team invite code is
YcarI5JTMATAp1tJ4E5RIM5QgKVyeJ0HGsMgB9HRXNrVnXlrlcUcDH9nDkQR7QomaTpSqhU0Veue
Dw2w0zC7uK5jlsI61PcVSCanF
To setup the local git repository on my system, I did the following.
PS> cd $HOME
PS> mkdir git-foks
PS> cd git-foks
PS> git clone foks://foks.app/t:foks_apps/foksapi
Now with any coding work being done with VScode, it can be committed to the git repository as needed.
IMPORTANT REMINDER THIS SOFTWARE IS IN BETA TESTING LIMIT YOUR USAGE TO TEST