Create readme and Commit to Local Repo
Procedure
- Create our readme file.
echo "# sandbox" >> README.md
- Commit the readme file to the local repo.
git add README.md git commit –m "repo initialization"
Supercharge your Proficy solution! Download a free trial of Proficy Operations Hub, CSense analytics, and more. Explore our Proficy 2024 releases!
echo "# sandbox" >> README.md
git add README.md
git commit –m "repo initialization"