Create a Local Repository
Instructions for creating a local Git repository
Procedure
- Open a terminal window to create a local version of the repository.
mkdir sandbox && cd sandbox
- Create the repository by entering:
git init
Supercharge your Proficy solution! Download a free trial of Proficy Operations Hub, CSense analytics, and more. Explore our Proficy 2024 releases!
Instructions for creating a local Git repository
mkdir sandbox && cd sandbox
git init